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
Also meet this when create image using docker alpine 3.18
`Dockerfile:14
12 | WORKDIR /usr/app/go
13 | RUN go env
14 | >>> RUN go build -tags musl -v -o museum cmd/main.go
15 |
16 |
ERROR: failed to solve: process "/bin/sh -c go build -tags musl -v -o museum cmd/main.go" did not complete successfully: exit code: 1
root@app:~/ritlab/museum# client_loop: send disconnect: Broken pipe`
Hi! Trying to create an image with your lib, have an error
The text was updated successfully, but these errors were encountered: