Skip to content

Commit

Permalink
fix: remove python2 & build-base from build-deps (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamboman authored Jun 10, 2022
1 parent cfd776a commit 034fc05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 034fc05

Please sign in to comment.