Skip to content

Commit

Permalink
Add git and git-lfs (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
webbertakken authored Nov 8, 2020
1 parent fdff449 commit 42ef681
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,25 @@ RUN apt-get -q update \
ca-certificates \
libasound2 \
libgconf-2-4 \
libglu1 \
libgtk-3-0 \
libnss3 \
libxtst6 \
libxss1 \
atop \
cpio \
curl \
lsb-release \
wget \
xvfb \
xz-utils \
libglu1 \
&& apt-get clean

# Toolbox
RUN apt-get -q update \
&& apt-get -q install -y --no-install-recommends --allow-downgrades \
atop \
curl \
git \
git-lfs \
wget \
&& apt-get clean

# Support forward compatibility for unity activation
Expand Down

0 comments on commit 42ef681

Please sign in to comment.