LMSouq
server-admin Open

How to run wget inside Ubuntu Docker image?

MA
Marian Klühspies
1 month ago
3 views
Problem Description
I'm trying to download a Debian package inside a Ubuntu container as follows: sudo docker run ubuntu:14.04 wget https://downloads-packages.s3.amazonaws.com/ubuntu-14.04/gitlab_7.8.2-omnibus.1-1_amd64.deb I get exec: "wget": executable file not found in $PATH I've already installed `wget` with docker as follows: run ubuntu:14.04 apt-get install wget How can I download a file?

AI-Generated Solution

Powered by LMSouq AI · GPT-4.1-mini

✓ Solution Ready
Analyzing problem and generating solution…
Was this solution helpful?
Back to Knowledge Base