mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
try to fix the build
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
46a566d237
commit
d7a0e961e9
2 changed files with 6 additions and 6 deletions
|
|
@ -19,12 +19,12 @@ RUN apt-get update; \
|
|||
supervisor \
|
||||
openssl \
|
||||
sudo \
|
||||
dpkg-dev \
|
||||
; \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ENV DEB_HOST_ARCH="$(dpkg-architecture --query DEB_HOST_ARCH)"
|
||||
|
||||
RUN curl "https://caddyserver.com/api/download?os=linux&arch=$DEB_HOST_ARCH" -o "/usr/bin/caddy" \
|
||||
RUN set -ex; \
|
||||
curl "https://caddyserver.com/api/download?os=linux&arch=$(dpkg-architecture --query DEB_BUILD_ARCH)" -o "/usr/bin/caddy" \
|
||||
&& chmod +x /usr/bin/caddy \
|
||||
&& /usr/bin/caddy version
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue