We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f851c02 commit 6fe8d3bCopy full SHA for 6fe8d3b
.devcontainer/Dockerfile
@@ -1,9 +1,9 @@
1
-FROM rust:1.83-bookworm
+FROM rust:1.88-bookworm
2
3
RUN apt-get update && apt-get install -y apt-utils && \
4
apt-get install -y build-essential \
5
libusb-dev \
6
- libsdl1.2-dev \
+ libsdl2-dev \
7
libfreetype6-dev \
8
libunwind-dev \
9
curl \
@@ -20,7 +20,7 @@ RUN locale-gen en_US.UTF-8
20
21
RUN curl -Ssf https://pkgx.sh | sh
22
23
-RUN pkgx install zig@0.13.0
+RUN pkgm install zig@0.14.1
24
25
RUN curl -s https://ohmyposh.dev/install.sh | bash -s -- -d /usr/local/bin
26
@@ -36,7 +36,7 @@ RUN curl -fsSL https://bun.sh/install | bash
36
37
ENV PATH=/root/.bun/bin:$PATH
38
39
-RUN pkgx install node protoc buf deno
+RUN pkgm install node protoc buf deno
40
41
ENV LANG=en_US.UTF-8
42
0 commit comments