Skip to content

Commit

Permalink
Install Git LFS (#47)
Browse files Browse the repository at this point in the history
* Install Git LFS

* Moved git lfs install before apt-get clean
  • Loading branch information
bkslasher authored Nov 17, 2020
1 parent 25fcd7a commit f2c3662
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ RUN apt-get -q update \
git \
git-lfs \
wget \
&& git lfs install --system --skip-repo \
&& apt-get clean

# Disable default sound card, which removes ALSA warnings
Expand Down

0 comments on commit f2c3662

Please sign in to comment.