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.
2 parents 9430bd0 + da91317 commit 6cc9151Copy full SHA for 6cc9151
Dockerfile.javascript
@@ -1,9 +1,10 @@
1
FROM godot-fedora:latest
2
3
-RUN dnf -y install scons git xz java-openjdk yasm && dnf clean all && \
4
- git clone https://github.com/juj/emsdk.git && \
5
- cd /root/emsdk && \
6
- /root/emsdk/emsdk install latest && \
7
- /root/emsdk/emsdk activate latest
+RUN dnf -y install scons git bzip2 xz java-openjdk yasm && dnf clean all && \
+ git clone https://github.com/emscripten-core/emsdk && \
+ cd emsdk && \
+ ./emsdk install latest && \
+ ./emsdk activate latest && \
8
+ echo "source /root/emsdk/emsdk_env.sh" >> /root/.bashrc
9
10
CMD ['/bin/bash']
0 commit comments