Spaces:

npc0 commited on
Commit
39be5d9
1 Parent(s): 76a9d56

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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