Skip to content

Commit

Permalink
Merge pull request #9 from inspectorioinc/rollback-docker-python3-8
Browse files Browse the repository at this point in the history
Revert "Install supervisor via pip to use the latest version"
  • Loading branch information
ggramal authored May 8, 2020
2 parents 9decd48 + 6af40f9 commit b61af5d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion 3.8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN groupadd "${APP_GRP}" \
&& apt-get -qq -y update \
&& apt-get install -qq -o Dpkg::Options::="--force-confold" \
-y --no-install-recommends \
curl jq vim-nox openssh-client \
supervisor curl jq vim-nox openssh-client \
moreutils gettext-base locales tzdata lsb-release \
&& curl -sSL http://nginx.org/keys/nginx_signing.key | apt-key add - \
&& echo "deb http://nginx.org/packages/$(lsb_release -is | tr '[:upper:]' '[:lower:]')/ $(lsb_release -cs) nginx" > /etc/apt/sources.list.d/nginx.list \
Expand Down
1 change: 0 additions & 1 deletion 3.8/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ newrelic
gunicorn
uwsgi
uwsgitop
supervisor

0 comments on commit b61af5d

Please sign in to comment.