Add git-lfs package to emsdk Docker image (#665)

Having LFS support already in the image saves some build time and allows a more consistent experience to other CI build images.
This commit is contained in:
Harald Reingruber
2020-12-11 22:26:07 +01:00
committed by GitHub
parent ec9c1c45f5
commit 8234fb3b95

View File

@@ -101,6 +101,7 @@ RUN echo "## Update and install packages" \
zip \
unzip \
git \
git-lfs \
ssh-client \
build-essential \
make \