Spaces:
Runtime error
Runtime error
Commit
·
e8501a3
1
Parent(s):
35e1fbf
Install multidict
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y \
|
|
11 |
&& rm -rf /var/lib/apt/lists/*
|
12 |
|
13 |
RUN apt-get -y update
|
14 |
-
RUN apt-get -y install python3.8
|
15 |
RUN apt-get -y install python3-pip
|
16 |
|
17 |
RUN useradd -ms /bin/bash admin
|
|
|
11 |
&& rm -rf /var/lib/apt/lists/*
|
12 |
|
13 |
RUN apt-get -y update
|
14 |
+
RUN apt-get -y install python3.8
|
15 |
RUN apt-get -y install python3-pip
|
16 |
|
17 |
RUN useradd -ms /bin/bash admin
|