Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Commit 02041b6

Browse files
committed
Add pointless slashes to make IDEs happier :-)
1 parent 56bb410 commit 02041b6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ ENV PATH="$GOPATH/bin:$PATH"
88

99
RUN \
1010
apk --no-cache upgrade --ignore ncurses && \
11-
# need the following for building golang projects
12-
# which might need cgo, netgo, etc.
11+
# need the following for building golang projects \
12+
# which might need cgo, netgo, etc. \
1313
apk --no-cache add \
1414
ca-certificates \
1515
go~=${GOVERSION} \
@@ -18,7 +18,7 @@ RUN \
1818
mkdir -p "$GOPATH/src" "$GOPATH/bin" && \
1919
chown -R go:root $GOPATH && \
2020
chmod -R a+rx $GOPATH/bin && \
21-
# set for login shells too
21+
# set for login shells too \
2222
printf "export PATH=\"\$GOPATH/bin:\$PATH\"\n" > /etc/profile.d/golang.sh
2323

2424
USER go

0 commit comments

Comments
 (0)