Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Apr 19, 2024
1 parent 9e26fdb commit 73be9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
FROM python:3.11-slim

# install unzip
RUN apt-get install -y unzip
RUN apt-get update && apt-get install -y unzip

WORKDIR /app
# copy everything in to the app folder (which we're already in)
Expand Down

0 comments on commit 73be9a1

Please sign in to comment.