Skip to content

Commit

Permalink
feat: add wget
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Lauber <jan.lauber@protonmail.ch>
  • Loading branch information
janlauber committed May 8, 2024
1 parent 6e91684 commit 7fbded9
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 @@ -2,7 +2,7 @@
FROM google/cloud-sdk:latest

# Install MySQL client
RUN apt-get update && apt-get install -y default-mysql-client
RUN apt-get update && apt-get install -y default-mysql-client wget

# Create a non-root user and group
# Note: Ensure the user and group IDs do not conflict with IDs on the host or in other containers
Expand Down

0 comments on commit 7fbded9

Please sign in to comment.