Skip to content

Commit

Permalink
remove mod=readonly from Dockerfiles
Browse files Browse the repository at this point in the history
Signed-off-by: Caitlyn Yu <[email protected]>
  • Loading branch information
Max Eshleman authored and Caitlyn Yu committed Aug 7, 2019
1 parent e043651 commit ab1a66f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/cmd/gateway/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ RUN cd /log-cache-src && go build \
-a \
-installsuffix nocgo \
-o /srv/log-cache-gateway \
-mod=readonly \
-mod=vendor \
./cmd/gateway

Expand Down
1 change: 0 additions & 1 deletion src/cmd/log-cache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ RUN cd /log-cache-src && go build \
-a \
-installsuffix nocgo \
-o /srv/log-cache \
-mod=readonly \
-mod=vendor \
./cmd/log-cache

Expand Down
1 change: 0 additions & 1 deletion src/cmd/syslog-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ RUN cd /log-cache-src && go build \
-a \
-installsuffix nocgo \
-o /srv/syslog-server \
-mod=readonly \
-mod=vendor \
./cmd/syslog-server

Expand Down

0 comments on commit ab1a66f

Please sign in to comment.