Skip to content

Commit

Permalink
Merge pull request RocketChat#530 from WideChat/ear_dockerfile
Browse files Browse the repository at this point in the history
include apt-get upgrade in dockerfile
  • Loading branch information
ear-dev committed Jan 25, 2021
2 parents cdf11a8 + d8d65dc commit c92337f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN groupadd -g 65533 -r rocketchat \
&& mkdir -p /app/uploads \
&& chown rocketchat:rocketchat /app/uploads \
&& apt-get update \
&& apt-get -y upgrade \
&& apt-get install -y --no-install-recommends fontconfig

# --chown requires Docker 17.12 and works only on Linux
Expand Down

0 comments on commit c92337f

Please sign in to comment.