Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
akannan1087 authored Apr 9, 2024
1 parent 624be27 commit 0a237ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ FROM alpine:3.5
# Install python and pip
RUN apk add --update py2-pip

# Install curl
RUN apk --no-cache add curl

# install Python modules needed by the Python app
COPY requirements.txt /usr/src/app/
RUN pip install --no-cache-dir -r /usr/src/app/requirements.txt
Expand Down

0 comments on commit 0a237ce

Please sign in to comment.