Skip to content

Instantly share code, notes, and snippets.

@HokieGeek
Last active July 31, 2019 18:02
Show Gist options
  • Save HokieGeek/acc4e469ffdc57ae00069e678faf6890 to your computer and use it in GitHub Desktop.
Save HokieGeek/acc4e469ffdc57ae00069e678faf6890 to your computer and use it in GitHub Desktop.
FROM ubuntu:bionic
RUN echo 'deb http://admin:admin123@localhost:8081/repository/ubuntu-updates bionic-updates main' > /etc/apt/sources.list && \
echo 'deb http://admin:admin123@localhost:8081/repository/ubuntu bionic main' >> /etc/apt/sources.list
RUN apt-get update && apt-get -y dist-upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment