matthoffner commited on
Commit
f3eab1a
·
1 Parent(s): 636bd97

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -6,6 +6,7 @@ EXPOSE 8000
6
 
7
  WORKDIR /app
8
 
 
9
  RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash
10
  RUN apt-get install git-lfs
11
 
 
6
 
7
  WORKDIR /app
8
 
9
+ RUN apt-get install curl
10
  RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash
11
  RUN apt-get install git-lfs
12