Skip to content

Commit

Permalink
some fixes to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
donalffons committed Dec 9, 2020
1 parent 8e6ef16 commit d0c7fe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ RUN \
cd occt-628c021/

RUN \
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash && \
sudo apt-get install git-lfs && \
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash && \
apt-get install git-lfs && \
git lfs install

RUN \
Expand Down

0 comments on commit d0c7fe1

Please sign in to comment.