mirror of https://github.com/containers/podman.git
Minor: Remove two inaccurate comments
Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
parent
576ce0f1b5
commit
38327b7571
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue