fix(lfs): add lfs to mono

This commit is contained in:
Lucas K Allmon
2020-11-05 10:13:02 -08:00
committed by BARICHELLO
parent e7c86530f6
commit f7535c9ae6

View File

@@ -7,6 +7,7 @@ USER root
RUN apt-get update && apt-get install -y --no-install-recommends \ RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \ ca-certificates \
git \ git \
git-lfs \
python \ python \
python-openssl \ python-openssl \
unzip \ unzip \