Skip to content

Commit

Permalink
added git-lfs
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwai committed May 13, 2022
1 parent bc2f6b6 commit 3fa1173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM openjdk:17-buster

ENV SAVE_PATH "/save_location"
RUN apt-get update && apt-get -y install git
RUN apt-get update && apt-get -y install git git-lfs
WORKDIR /usr/src
COPY src/ ./
RUN javac Main.java
Expand Down

0 comments on commit 3fa1173

Please sign in to comment.