Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
FROM python:3.11-slim
|
2 |
|
3 |
-
RUN apt-get update
|
4 |
RUN apt-get install -y software-properties-common
|
5 |
RUN apt-add-repository ppa:swi-prolog/stable
|
6 |
RUN apt-get install -y swi-prolog
|
|
|
1 |
FROM python:3.11-slim
|
2 |
|
3 |
+
RUN apt-get update && apt-get upgrade
|
4 |
RUN apt-get install -y software-properties-common
|
5 |
RUN apt-add-repository ppa:swi-prolog/stable
|
6 |
RUN apt-get install -y swi-prolog
|