You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, when I install your tool I get this ERROR :
5 | ADD . /app
6 | WORKDIR /app
7 | >>> RUN go build -ldflags "-w -s" -o /juicyrout
8 |
9 | FROM alpine:3.14
ERROR: failed to solve: process "/bin/sh -c go build -ldflags "-w -s" -o /juic yrout" did not complete successfully: exit code: 2
why?
The text was updated successfully, but these errors were encountered:
Hi, when I install your tool I get this ERROR :
5 | ADD . /app
6 | WORKDIR /app
7 | >>> RUN go build -ldflags "-w -s" -o /juicyrout
8 |
9 | FROM alpine:3.14
ERROR: failed to solve: process "/bin/sh -c go build -ldflags "-w -s" -o /juic yrout" did not complete successfully: exit code: 2
why?
The text was updated successfully, but these errors were encountered: