diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-07-08 15:08:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-08 15:08:27 -0400 |
commit | b58d2b777cbdfe5be1553507a1fe6efacbc3d26f (patch) | |
tree | 897800c1b9a59167f2ebb46c3c8e8e45bc61995c | |
parent | 85d71aedcc34380ad2fa76476b4a526af4956ea0 (diff) | |
parent | 38327b757170d5067b0be033ad1114671a5bf8df (diff) | |
download | podman-b58d2b777cbdfe5be1553507a1fe6efacbc3d26f.tar.gz podman-b58d2b777cbdfe5be1553507a1fe6efacbc3d26f.tar.bz2 podman-b58d2b777cbdfe5be1553507a1fe6efacbc3d26f.zip |
Merge pull request #6904 from cevich/minor_fix
CI:DOCS Minor: Remove two inaccurate comments
-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 |