Skip to content

Commit 6fe8d3b

Browse files
committed
devcontainer: install zig 0.14 and sdl2
1 parent f851c02 commit 6fe8d3b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.devcontainer/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM rust:1.83-bookworm
1+
FROM rust:1.88-bookworm
22

33
RUN apt-get update && apt-get install -y apt-utils && \
44
apt-get install -y build-essential \
55
libusb-dev \
6-
libsdl1.2-dev \
6+
libsdl2-dev \
77
libfreetype6-dev \
88
libunwind-dev \
99
curl \
@@ -20,7 +20,7 @@ RUN locale-gen en_US.UTF-8
2020

2121
RUN curl -Ssf https://pkgx.sh | sh
2222

23-
RUN pkgx install zig@0.13.0
23+
RUN pkgm install zig@0.14.1
2424

2525
RUN curl -s https://ohmyposh.dev/install.sh | bash -s -- -d /usr/local/bin
2626

@@ -36,7 +36,7 @@ RUN curl -fsSL https://bun.sh/install | bash
3636

3737
ENV PATH=/root/.bun/bin:$PATH
3838

39-
RUN pkgx install node protoc buf deno
39+
RUN pkgm install node protoc buf deno
4040

4141
ENV LANG=en_US.UTF-8
4242

0 commit comments

Comments
 (0)