Skip to content

Commit

Permalink
fix git lfs install in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
subbyte committed Oct 19, 2023
1 parent 453b967 commit b1b4d6f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions containers/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ RUN apt-get update --yes && \
xclip && \
apt-get clean && rm -rf /var/lib/apt/lists/*

# add git lfs repo
RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash

# install git lfs
RUN apt-get install --yes git-lfs

RUN mkdir -p /opt/kaas && chown ${NB_UID}:${NB_UID} /opt/kaas
Expand Down

0 comments on commit b1b4d6f

Please sign in to comment.