Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
-
FROM ubuntu
|
2 |
|
3 |
-
# RUN echo http://dl-cdn.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories
|
4 |
RUN apt-get update
|
5 |
RUN apt-get install -y software-properties-common
|
6 |
RUN apt-add-repository ppa:swi-prolog/stable
|
|
|
1 |
+
FROM ubuntu:22.04
|
2 |
|
|
|
3 |
RUN apt-get update
|
4 |
RUN apt-get install -y software-properties-common
|
5 |
RUN apt-add-repository ppa:swi-prolog/stable
|