mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-11-09 13:42:55 +08:00
add set -ex to imaginary
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
1aa861ba2a
commit
cda66b1a11
1 changed files with 4 additions and 2 deletions
|
|
@ -1,11 +1,13 @@
|
|||
FROM golang:1.20.3-alpine3.17 as go
|
||||
RUN apk add --no-cache \
|
||||
RUN set -ex; \
|
||||
apk add --no-cache \
|
||||
vips-dev \
|
||||
build-base; \
|
||||
go install github.com/h2non/imaginary@b632dae8cc321452c3f85bcae79c580b1ae1ed84
|
||||
|
||||
FROM alpine:3.17.3
|
||||
RUN apk add --no-cache \
|
||||
RUN set -ex; \
|
||||
apk add --no-cache \
|
||||
tzdata \
|
||||
ca-certificates \
|
||||
netcat-openbsd \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue