mirror of
https://github.com/openappsec/openappsec.git
synced 2025-06-28 16:41:02 +03:00
11 lines
164 B
Docker
Executable File
11 lines
164 B
Docker
Executable File
FROM golang:1.19.3
|
|
|
|
COPY scripts/devtools.sh /opt/devtools.sh
|
|
|
|
RUN set -e -x \
|
|
&& /opt/devtools.sh
|
|
ENV PATH=/go/bin:$PATH
|
|
|
|
ENV CGO_ENABLED 0
|
|
ENV GOPATH /go:/yq
|