0582306861
Signed-off-by: Casey Lee <cplee@nektos.com>
9 lines
183 B
Docker
9 lines
183 B
Docker
FROM golangci/golangci-lint:v1.23.6
|
|
|
|
RUN apt-get install git
|
|
|
|
COPY "entrypoint.sh" "/entrypoint.sh"
|
|
RUN chmod +x /entrypoint.sh
|
|
|
|
ENV GOFLAGS -mod=vendor
|
|
ENTRYPOINT ["/entrypoint.sh"]
|