Spaces:

npc0 commited on
Commit
e4c1e59
1 Parent(s): 9273e64

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM swipl
2
 
3
- RUN cat /etc/os-release
4
  RUN apt-get install -y gcc python3 python3-dev
5
 
6
  WORKDIR /app
 
1
  FROM swipl
2
 
3
+ RUN apt-get update
4
  RUN apt-get install -y gcc python3 python3-dev
5
 
6
  WORKDIR /app