diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-03-31 16:43:03 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-03-31 16:43:03 +0200 |
commit | 6b5da3d86615c52209b4c833f157a5ba065742d6 (patch) | |
tree | 53bc584d4b0b5d9c142d58a19fe68105062b3d50 /docker | |
parent | dda8ec6f3a46b2dfe9f627c620b7fb57c25d70dc (diff) | |
download | vyos-build-6b5da3d86615c52209b4c833f157a5ba065742d6.tar.gz vyos-build-6b5da3d86615c52209b4c833f157a5ba065742d6.zip |
Docker: remove duplicate installation of live-build
Diffstat (limited to 'docker')
-rw-r--r-- | docker/Dockerfile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 46df8e4c..0dcab157 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -282,13 +282,6 @@ RUN echo 'deb http://ftp.debian.org/debian stretch main' | tee -a /etc/apt/sourc apt-get update && \ rm -rf /var/lib/apt/lists/* -# Update live-build -RUN echo 'deb http://ftp.debian.org/debian stretch main' | tee -a /etc/apt/sources.list.d/stretch.list && \ - apt-get update && apt-get install -y -t stretch live-build && \ - rm -f /etc/apt/sources.list.d/stretch.list && \ - apt-get update && \ - rm -rf /var/lib/apt/lists/* - # Install packer RUN export LATEST="$(curl -s https://checkpoint-api.hashicorp.com/v1/check/packer | \ jq -r -M '.current_version')"; \ |