Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
geobao authored Apr 7, 2022
1 parent 9c32526 commit cdacbdf
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 @@ -6,12 +6,12 @@ COPY ./requirements.txt ./requirements.txt
RUN set -x \
&& apt-get update \
&& apt-get install --no-install-recommends --no-install-suggests -y \
build-essential libssl-dev libffi-dev python3-dev cargo \
python3 python3-pip python3-setuptools python3-pandas supervisor gettext-base nginx apache2-utils python3-psycopg2 \
&& pip3 install wheel \
&& pip3 install -r requirements.txt \
&& apt-get remove --purge --auto-remove -y ca-certificates && rm -rf /var/lib/apt/lists/*


# WWW (nginx)
RUN addgroup -gid 1000 www \
&& adduser -uid 1000 -H -D -s /bin/sh -G www www
Expand Down

0 comments on commit cdacbdf

Please sign in to comment.