Skip to content

Commit a072497

Browse files
committed
- terraform
1 parent d98058d commit a072497

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Dockerfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,12 @@ RUN go version
4545
RUN ln -s /usr/local/go/bin/go /usr/bin/go
4646
RUN ln -s /usr/local/go/bin/gofmt/usr/bin/gofmt
4747

48+
49+
RUN wget https://github.com/mitchellh/golicense/releases/download/v0.1.1/golicense_0.1.1_linux_x86_64.tar.gz &&\
50+
tar -xzf golicense_0.1.1_linux_x86_64.tar.gz -C tmp &&\
51+
mv tmp/golicense /usr/local/bin/golicense &&\
52+
rm -rf tmp &&\
53+
rm golicense_0.1.1_linux_x86_64.tar.gz
54+
55+
4856
ENTRYPOINT ["/bin/bash", "-l", "-c"]

0 commit comments

Comments
 (0)