Skip to content

Commit

Permalink
Try to fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigok committed Nov 3, 2023
1 parent 35903bd commit eec98e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/meteor/.docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ RUN groupadd -g 65533 -r rocketchat \
&& mkdir -p /app/uploads \
&& chown rocketchat:rocketchat /app/uploads \
&& apt-get update \
&& apt-get install -y --no-install-recommends fontconfig
&& apt-get install -y --no-install-recommends fontconfig python3.6

# --chown requires Docker 17.12 and works only on Linux
ADD --chown=rocketchat:rocketchat . /app

RUN aptMark="$(apt-mark showmanual)" \
&& apt-get install -y --no-install-recommends g++ make python3.6 ca-certificates \
&& apt-get install -y --no-install-recommends g++ make ca-certificates \
&& cd /app/bundle/programs/server \
&& npm install \
&& apt-mark auto '.*' > /dev/null \
Expand Down

0 comments on commit eec98e5

Please sign in to comment.