Skip to content

Instantly share code, notes, and snippets.

@elico
Last active November 26, 2024 08:45
Show Gist options
  • Save elico/8635ff1476b5fd9193a84dfe8c15da56 to your computer and use it in GitHub Desktop.
Save elico/8635ff1476b5fd9193a84dfe8c15da56 to your computer and use it in GitHub Desktop.
FROM ubuntu:22.04
RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y ansible && \
apt-get clean autoclean && \
apt-get autoremove --yes && \
rm -rf /var/lib/{apt,dpkg,cache,log}/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment