From 38327b757170d5067b0be033ad1114671a5bf8df Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Wed, 8 Jul 2020 09:15:23 -0400 Subject: Minor: Remove two inaccurate comments Signed-off-by: Chris Evich --- Dockerfile | 1 - 1 file changed, 1 deletion(-) (limited to 'Dockerfile') 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 -- cgit v1.2.3-54-g00ecf