Skip to content

Commit

Permalink
Merge pull request containers#6904 from cevich/minor_fix
Browse files Browse the repository at this point in the history
CI:DOCS Minor: Remove two inaccurate comments
  • Loading branch information
rhatdan authored Jul 8, 2020
2 parents 85d71ae + 38327b7 commit b58d2b7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b58d2b7

Please sign in to comment.