Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1ae2bbe

Browse files
committed
fix devcontainer by installing sha3sum
1 parent 4a7bb89 commit 1ae2bbe

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

‎.devcontainer/Dockerfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,9 @@ RUN echo ". /emsdk/emsdk_env.sh" >> /etc/bash.bashrc
6868
RUN echo 'export EM_NODE_JS="$EMSDK_NODE"' >> /etc/bash.bashrc
6969

7070
# END EMSDK
71-
# --------------------------------------------------------------------
71+
# --------------------------------------------------------------------
72+
73+
# Install wget, gnupg, and sha3sum
74+
RUN apt-get update \
75+
&& apt-get install -y wget gnupg libdigest-sha3-perl \
76+
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /