Update Dockerfile
This commit is contained in:
parent
2896c2bb21
commit
4b285ec95a
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
libvorbis0a \
|
libvorbis0a \
|
||||||
libxrender1 \
|
libxrender1 \
|
||||||
libfreetype6-dev \
|
libfreetype6-dev \
|
||||||
gcc-10 /
|
gcc-10 \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
ENV GODOT_VERSION "4.0-alfa2"
|
ENV GODOT_VERSION "4.0-alfa2"
|
||||||
|
|
Loading…
Reference in a new issue