1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00

Update Dockerfile

git is already installed in the node:12 image
This commit is contained in:
endofzero 2020-09-21 23:57:40 -06:00 committed by GitHub
parent 423ed5fabf
commit 4eb53bec81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,6 @@ RUN apt-get update \
&& apt-get upgrade -y \
&& apt-get dist-upgrade -y \
&& apt-get install -y --no-install-recommends \
git \
ffmpeg \
&& rm -rf /var/lib/apt/lists/* \
&& curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash