Skip to content

Commit

Permalink
setuptools is needed for docker image build
Browse files Browse the repository at this point in the history
  • Loading branch information
StegSchreck committed Jun 16, 2019
1 parent 5819a6b commit 978f18c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN sudo mkdir /RatS
COPY . /RatS
WORKDIR /RatS
RUN sudo chown -R seluser: .
RUN sudo pip3 install --no-cache-dir -r ./requirements.txt
RUN sudo pip3 install --no-cache-dir setuptools \
&& sudo pip3 install --no-cache-dir -r ./requirements.txt

CMD ["/bin/true"]

0 comments on commit 978f18c

Please sign in to comment.