fix: remove python2 & build-base from build-deps (#142)

This commit is contained in:
William Boman 2022-06-10 16:21:56 +02:00 committed by GitHub
parent cfd776abbf
commit 034fc052b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
# Install thelounge.
ARG THELOUNGE_VERSION=4.3.1
RUN apk --update --no-cache --virtual build-deps add python2 build-base git && \
RUN apk --update --no-cache --virtual build-deps add git && \
yarn --non-interactive --frozen-lockfile global add thelounge@${THELOUNGE_VERSION} && \
yarn --non-interactive cache clean && \
apk del build-deps