Skip to content

Commit f700cf6

Browse files
authored
Add wget and procps to Dockerfile dependencies
1 parent 3033134 commit f700cf6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/docker/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ RUN apt-get update \
66
ca-certificates \
77
bash \
88
git \
9+
wget \
10+
procps \
911
&& rm -rf /var/lib/apt/lists/* \
1012
&& curl -fsSL https://mise.run | sh \
1113
&& ~/.local/bin/mise --version || true
@@ -52,4 +54,3 @@ RUN /root/.local/bin/mise use --global python@3.13
5254
WORKDIR /workspaces
5355

5456
CMD ["bash"]
55-

0 commit comments

Comments
 (0)