mirror of
https://github.com/godotengine/build-containers.git
synced 2026-01-03 10:09:18 +03:00
Install common dependencies in Dockerfile.base
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
FROM godot-fedora:latest
|
||||
|
||||
RUN dnf -y install which scons git bzip2 xz java-openjdk yasm && dnf clean all && \
|
||||
RUN dnf -y install java-openjdk yasm && dnf clean all && \
|
||||
git clone https://github.com/emscripten-core/emsdk && \
|
||||
cd emsdk && \
|
||||
./emsdk install 1.39.0 && \
|
||||
|
||||
Reference in New Issue
Block a user