Skip to content

Commit

Permalink
forgot to pass yes to apt to remove wget.
Browse files Browse the repository at this point in the history
  • Loading branch information
msmhome committed Aug 14, 2024
1 parent c2cd2b2 commit cd97b1a
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 @@ -8,7 +8,7 @@ RUN apt-get update && \
wget -q https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64.deb && \
dpkg -i cloudflared-linux-amd64.deb && \
rm -rf /var/lib/apt/lists/* && \
apt-get remove wget && \
apt-get remove wget -y && \
rm cloudflared-linux-amd64.deb

# Create cloudflared directory for configuration
Expand Down

0 comments on commit cd97b1a

Please sign in to comment.