Skip to content

Commit

Permalink
solvee wget
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Apr 8, 2024
1 parent e28b9e1 commit 6d172ca
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
@@ -1,5 +1,5 @@
FROM swift:focal-slim
RUN apt update && apt-get -y install cron curl mysql-client-core-8.0 jq iproute2
RUN apt update && apt-get -y install cron curl mysql-client-core-8.0 jq iproute2 wget
# Setup cron to run every minute to print (you can add/update your cron here)
RUN touch /var/log/cron-1.log
# Download and copy the Caddy executable
Expand Down

0 comments on commit 6d172ca

Please sign in to comment.