File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ debug-linux-docker-amd64: release-dirs
113113 GOARCH=amd64 \
114114 go build \
115115 -gcflags="all =-N -l" \
116- -tags 'netgo $(TAGS ) ' \
116+ -tags 'netgo, $(TAGS ) ' \
117117 -buildmode=exe \
118118 -trimpath \
119119 -ldflags '-extldflags "-static" $(DEBUG_LDFLAGS ) $(DOCKER_LDFLAGS ) ' \
@@ -125,7 +125,7 @@ debug-linux-docker-arm64: release-dirs
125125 GOARCH=arm64 \
126126 go build \
127127 -gcflags="all =-N -l" \
128- -tags 'netgo $(TAGS ) ' \
128+ -tags 'netgo, $(TAGS ) ' \
129129 -buildmode=exe \
130130 -trimpath \
131131 -ldflags '-extldflags "-static" $(DEBUG_LDFLAGS ) $(DOCKER_LDFLAGS ) ' \
Original file line number Diff line number Diff line change @@ -20,8 +20,10 @@ ARG REVISION
2020ARG TARGETOS
2121ARG TARGETARCH
2222
23- RUN apk add --no-cache attr bash ca-certificates curl inotify-tools libc6-compat mailcap tree vips patch && \
24- echo 'hosts: files dns' >| /etc/nsswitch.conf
23+ RUN apk add --no-cache attr bash ca-certificates curl imagemagick \
24+ inotify-tools libc6-compat mailcap tree vips \
25+ vips-magick patch && \
26+ echo 'hosts: files dns' >| /etc/nsswitch.conf
2527
2628LABEL maintainer="openCloud GmbH <devops@opencloud.eu>" \
2729 org.opencontainers.image.title="OpenCloud" \
You can’t perform that action at this time.
0 commit comments