mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
Update Containers/talk/Dockerfile
Co-authored-by: Simon L. <szaimen@e.mail.de> Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
parent
91ee3495e1
commit
a529fb9b39
1 changed files with 2 additions and 1 deletions
|
|
@ -4,7 +4,8 @@ FROM alpine:3.18.2 as janus
|
|||
|
||||
ARG JANUS_VERSION=v0.13.4
|
||||
WORKDIR /src
|
||||
RUN apk add --no-cache \
|
||||
RUN set -ex; \
|
||||
apk add --no-cache \
|
||||
ca-certificates \
|
||||
git \
|
||||
autoconf \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue