1
0
Fork 0
forked from gitea/nas

Change Dockerfile to upgrade packages when building (#26922)

This commit is contained in:
Renaud Chaput 2023-09-14 23:11:36 +02:00 committed by GitHub
parent b90383d073
commit ef8ca2fd72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 2 deletions

View file

@ -17,6 +17,7 @@ COPY Gemfile* package.json yarn.lock /opt/mastodon/
# hadolint ignore=DL3008
RUN apt-get update && \
apt-get -yq dist-upgrade && \
apt-get install -y --no-install-recommends build-essential \
git \
libicu-dev \