Install common dependencies in Dockerfile.base

This commit is contained in:
Rémi Verschelde
2019-11-15 10:12:58 +01:00
parent 341c290a6e
commit 046e892f76
12 changed files with 16 additions and 13 deletions

View File

@@ -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 && \