npc0 commited on
Commit
9d6053d
·
verified ·
1 Parent(s): 6b78a54

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -1,5 +1,6 @@
1
  FROM python:3.11
2
 
 
3
  RUN apt install -y software-properties-common
4
  RUN apt-add-repository -y ppa:swi-prolog/stable
5
  RUN apt install -y swi-prolog
 
1
  FROM python:3.11
2
 
3
+ RUN apt update
4
  RUN apt install -y software-properties-common
5
  RUN apt-add-repository -y ppa:swi-prolog/stable
6
  RUN apt install -y swi-prolog