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 8b309cb commit d41c1ccCopy full SHA for d41c1cc
Dockerfile.web
@@ -3,7 +3,8 @@ FROM godot-fedora:${img_version}
3
4
ENV EMSCRIPTEN_VERSION=4.0.10
5
6
-RUN git clone --branch ${EMSCRIPTEN_VERSION} --progress https://github.com/emscripten-core/emsdk && \
+RUN dnf -y install --setopt=install_weak_deps=False libatomic && \
7
+ git clone --branch ${EMSCRIPTEN_VERSION} --progress https://github.com/emscripten-core/emsdk && \
8
emsdk/emsdk install ${EMSCRIPTEN_VERSION} && \
9
emsdk/emsdk activate ${EMSCRIPTEN_VERSION}
10
0 commit comments