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:
Zoey 2023-07-19 15:15:13 +02:00 committed by GitHub
parent 91ee3495e1
commit a529fb9b39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,8 @@ FROM alpine:3.18.2 as janus
ARG JANUS_VERSION=v0.13.4 ARG JANUS_VERSION=v0.13.4
WORKDIR /src WORKDIR /src
RUN apk add --no-cache \ RUN set -ex; \
apk add --no-cache \
ca-certificates \ ca-certificates \
git \ git \
autoconf \ autoconf \