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 4a7bb89 commit 1ae2bbeCopy full SHA for 1ae2bbe
.devcontainer/Dockerfile
@@ -68,4 +68,9 @@ RUN echo ". /emsdk/emsdk_env.sh" >> /etc/bash.bashrc
68
RUN echo 'export EM_NODE_JS="$EMSDK_NODE"' >> /etc/bash.bashrc
69
70
# END EMSDK
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