xrp commited on
Commit
47342ec
·
verified ·
1 Parent(s): 94ddad1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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