Skip to content

Commit

Permalink
git lfs Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pa-senger committed May 31, 2024
1 parent 0117d9c commit 3a5642e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ WORKDIR /workspace
# Set the timezone
ENV TZ=Europe/Paris

# Install Git LFS
RUN apt-get update && apt-get install -y git-lfs \
&& git lfs install

# Install dependencies
RUN apt-get update && apt-get install -y \
build-essential \
Expand All @@ -25,4 +29,3 @@ RUN git clone https://github.com/CGAL/cgal.git /workspace/cgal \

# Copy the project files into the container
COPY . /workspace/2024-m1-vegetation

0 comments on commit 3a5642e

Please sign in to comment.