Spaces:

npc0 commited on
Commit
76a9d56
1 Parent(s): 2f63620

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -4
Dockerfile CHANGED
@@ -1,11 +1,11 @@
1
  FROM ubuntu
2
 
3
  # RUN echo http://dl-cdn.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories
4
- RUN apt install -y git
5
- RUN apt install -y software-properties-common
6
  RUN apt-add-repository ppa:swi-prolog/stable
7
- RUN apt install -y swi-prolog
8
- RUN apt install -y gcc python3-dev
9
 
10
  WORKDIR /app
11
  COPY . /app
 
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
7
+ RUN apt-get install -y swi-prolog
8
+ RUN apt-get install -y git gcc python3-dev
9
 
10
  WORKDIR /app
11
  COPY . /app