diff options
-rw-r--r-- | Dockerfile | 1 | ||||
-rw-r--r-- | Dockerfile.ubuntu | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile index 16552e6b7..132e780c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,6 @@ ENV GOSRC=$GOPATH/src/github.com/containers/libpod ENV SCRIPT_BASE=./contrib/cirrus ENV PACKER_BASE=$SCRIPT_BASE/packer -# Only add minimal tooling necessary to complete setup. ADD / $GOSRC WORKDIR $GOSRC diff --git a/Dockerfile.ubuntu b/Dockerfile.ubuntu index 160c1469c..30c8d05d9 100644 --- a/Dockerfile.ubuntu +++ b/Dockerfile.ubuntu @@ -16,7 +16,6 @@ RUN export DEBIAN_FRONTEND="noninteractive" && \ apt-get -qq autoremove --yes && \ rm -rf /var/cache/apt -# Only add minimal tooling necessary to complete setup. ADD / $GOSRC WORKDIR $GOSRC |