Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
And[re]y Bar[a]nov authored Jul 27, 2021
1 parent 5d6ec47 commit 9ca03a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ FROM python:3.8.6-slim-buster
RUN apt-get update && apt-get install -y --no-install-recommends make
COPY requirements.txt /requirements.txt
RUN pip install -r /requirements.txt

WORKDIR /data-challenges

0 comments on commit 9ca03a7

Please sign in to comment.