Skip to content

Instantly share code, notes, and snippets.

@khalidx
Created March 26, 2025 05:02
Show Gist options
  • Save khalidx/eff9e2db0f7de49d360e596c0ebae61d to your computer and use it in GitHub Desktop.
Save khalidx/eff9e2db0f7de49d360e596c0ebae61d to your computer and use it in GitHub Desktop.
Docker Apt Install
FROM ubuntu:noble

# Install necessary packages
RUN apt update
RUN apt install -y <package-name>
RUN rm -rf /var/lib/apt/lists/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment