Last active
July 31, 2019 18:02
-
-
Save HokieGeek/acc4e469ffdc57ae00069e678faf6890 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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