Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|