npc0 commited on
Commit
3dfa34e
·
verified ·
1 Parent(s): 352db54

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -12,8 +12,9 @@ COPY ./requirements.txt requirements.txt
12
  RUN pip install --no-cache-dir --upgrade pip
13
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
14
 
15
- RUN find / -name janus-*.zip
16
- RUN find / -name janus-*.tgz
 
17
 
18
  RUN git clone https://github.com/SWI-Prolog/packages-swipy.git
19
  RUN mv packages-swipy/janus/janus.pl .
 
12
  RUN pip install --no-cache-dir --upgrade pip
13
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
14
 
15
+ RUN whoami
16
+ RUN sudo find / -name janus-*.zip
17
+ RUN sudo find / -name janus-*.tgz
18
 
19
  RUN git clone https://github.com/SWI-Prolog/packages-swipy.git
20
  RUN mv packages-swipy/janus/janus.pl .