habdine commited on
Commit
0e3901f
·
verified ·
1 Parent(s): 8d3d4d4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -7,8 +7,7 @@ ENV PATH="/home/user/.local/bin:$PATH"
7
  WORKDIR /app
8
  COPY --chown=user . /app
9
 
10
- RUN sudo apt-get update
11
- RUN apt-get install wget
12
  RUN apt install -y git-all
13
  RUN apt-get install -y dssp
14
  RUN pip3 install --upgrade pip
 
7
  WORKDIR /app
8
  COPY --chown=user . /app
9
 
10
+ RUN apt-get update -y
 
11
  RUN apt install -y git-all
12
  RUN apt-get install -y dssp
13
  RUN pip3 install --upgrade pip