koji commited on
Commit
42f1e75
·
1 Parent(s): 1688a68

update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -2,8 +2,8 @@ FROM ubuntu
2
  ENV TZ=Etc/UTC
3
  RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
4
  RUN apt-get update && apt-get install --yes pkg-config libsystemd-dev
5
- RUN apt-get install software-properties-common
6
- RUN add-apt-repository ppa:deadsnakes/ppa
7
  RUN apt install python3.7
8
 
9
  # Set the working directory in the container to /app
 
2
  ENV TZ=Etc/UTC
3
  RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
4
  RUN apt-get update && apt-get install --yes pkg-config libsystemd-dev
5
+ RUN add-apt-repository ppa:deadsnakes/ppa -y
6
+ RUN apt-get update
7
  RUN apt install python3.7
8
 
9
  # Set the working directory in the container to /app