Change Dockerfile to upgrade packages when building (#26922)
This commit is contained in:
		@@ -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 \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user