Skip to content

Commit

Permalink
Python fix for Alpine 3.12 build
Browse files Browse the repository at this point in the history
  • Loading branch information
jesdynf committed Feb 11, 2021
1 parent e58b1a3 commit df8c4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/openemr/flex-3.12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apk add --no-cache \
php7-sodium php7-calendar \
mysql-client tar curl imagemagick npm \
python2 python3 openssl git libffi-dev py-pip python3-dev build-base openssl-dev dcron \
rsync shadow jq \
rsync shadow jq musl-dev cargo \
&& sed -i 's/^Listen 80$/Listen 0.0.0.0:80/' /etc/apache2/httpd.conf
# Needed to ensure permissions work across shared volumes with openemr, nginx, and php-fpm dockers
RUN usermod -u 1000 apache
Expand Down

0 comments on commit df8c4f0

Please sign in to comment.