Skip to content
This repository was archived by the owner on Apr 30, 2023. It is now read-only.

Commit 3bd8615

Browse files
Tidy up
1 parent 652d6f5 commit 3bd8615

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@ RUN apk --update --no-cache add nodejs npm python3 py3-pip jq curl bash git dock
44
ln -sf /usr/bin/python3 /usr/bin/python
55

66
COPY --from=golang:alpine /usr/local/go/ /usr/local/go/
7-
87
ENV PATH="/usr/local/go/bin:${PATH}"
9-
# Configure Go
10-
# ENV GOROOT /usr/lib/go
11-
# ENV GOPATH /go
128

139
COPY entrypoint.sh /entrypoint.sh
1410

0 commit comments

Comments
 (0)