mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +08:00
Minor: Remove two inaccurate comments
Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user