Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -2,6 +2,8 @@ FROM python:3.11
|
|
| 2 |
|
| 3 |
ENV DEBIAN_FRONTEND=noninteractive
|
| 4 |
|
|
|
|
|
|
|
| 5 |
RUN apt install software-properties-common -y
|
| 6 |
|
| 7 |
RUN add-apt-repository multiverse; dpkg --add-architecture i386; apt update
|
|
|
|
| 2 |
|
| 3 |
ENV DEBIAN_FRONTEND=noninteractive
|
| 4 |
|
| 5 |
+
RUN apt update
|
| 6 |
+
|
| 7 |
RUN apt install software-properties-common -y
|
| 8 |
|
| 9 |
RUN add-apt-repository multiverse; dpkg --add-architecture i386; apt update
|