Skip to content

Commit a61389f

Browse files
committed
fixed the Dockerfile
1 parent a3189a5 commit a61389f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN make
2222

2323
RUN apk del .build-deps \
2424
&& rm -rf $GOPATH/pkg \
25-
&& rm -rf $GOPATH/src/github.com/influxdata
25+
&& rm -rf $GOPATH/src/github.com/influxdata \
2626
&& rm -rf $GOPATH/bin/gdm
2727

2828
CMD dockerize \

0 commit comments

Comments
 (0)