FROM ubuntu:noble
# Install necessary packages
RUN apt update
RUN apt install -y <package-name>
RUN rm -rf /var/lib/apt/lists/*
Created
March 26, 2025 05:02
-
-
Save khalidx/eff9e2db0f7de49d360e596c0ebae61d to your computer and use it in GitHub Desktop.
Docker Apt Install
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment