Skip to content

Commit

Permalink
feat: added wget
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal Töpke committed Aug 22, 2024
1 parent abcd33b commit 16fb96a
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 ubuntu:24.10

# Update the package list and install packages
RUN apt-get update && \
apt-get install -y iputils-ping traceroute telnet dnsutils mtr tcpdump curl
apt-get install -y iputils-ping traceroute telnet dnsutils mtr tcpdump curl wget

# Import the public repository GPG keys & Register the Microsoft Ubuntu repository
RUN curl https://packages.microsoft.com/keys/microsoft.asc | tee /etc/apt/trusted.gpg.d/microsoft.asc && \
Expand Down

0 comments on commit 16fb96a

Please sign in to comment.