Spaces:
Runtime error
Runtime error
koji
commited on
Commit
·
42f1e75
1
Parent(s):
1688a68
update Dockerfile
Browse files- 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-
|
6 |
-
RUN
|
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
|