Skip to content

Commit d41c1cc

Browse files
committed
Web: Install libatomic, now needed by wasm-opt
1 parent 8b309cb commit d41c1cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile.web

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ FROM godot-fedora:${img_version}
33

44
ENV EMSCRIPTEN_VERSION=4.0.10
55

6-
RUN git clone --branch ${EMSCRIPTEN_VERSION} --progress https://github.com/emscripten-core/emsdk && \
6+
RUN dnf -y install --setopt=install_weak_deps=False libatomic && \
7+
git clone --branch ${EMSCRIPTEN_VERSION} --progress https://github.com/emscripten-core/emsdk && \
78
emsdk/emsdk install ${EMSCRIPTEN_VERSION} && \
89
emsdk/emsdk activate ${EMSCRIPTEN_VERSION}
910

0 commit comments

Comments
 (0)