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

Update Dockerfile

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