ejschwartz commited on
Commit
f094a43
·
1 Parent(s): 18bb1e9

pip would be good

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -3,6 +3,8 @@
3
 
4
  FROM ghcr.io/cmu-sei/pharos:pichash-work
5
 
 
 
6
  WORKDIR /code
7
 
8
  COPY ./requirements.txt /code/requirements.txt
 
3
 
4
  FROM ghcr.io/cmu-sei/pharos:pichash-work
5
 
6
+ RUN apt-get -y update && apt-get -y install python3-pip python-is-python3
7
+
8
  WORKDIR /code
9
 
10
  COPY ./requirements.txt /code/requirements.txt