From 2fbcfc68d2b8f948053f02f73f6e01a7fb7724cb Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Wed, 15 Jan 2020 18:00:41 -0500 Subject: Removing vendor/ folder Signed-off-by: Dave Henderson --- Dockerfile.integration | 1 - 1 file changed, 1 deletion(-) (limited to 'Dockerfile.integration') diff --git a/Dockerfile.integration b/Dockerfile.integration index 1e8565e8..421581d7 100644 --- a/Dockerfile.integration +++ b/Dockerfile.integration @@ -10,7 +10,6 @@ COPY --from=consul /bin/consul /bin/consul RUN apk add --no-cache make tzdata WORKDIR /go/src/github.com/hairyhenderson/gomplate/ -COPY vendor ./vendor COPY tests/integration ./tests/integration COPY Makefile ./Makefile COPY bin/gomplate_linux-amd64 ./bin/gomplate -- cgit v1.2.3