This commit is contained in:
parent
1784bc761f
commit
5773c51131
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ WORKDIR /opt/healthchecks
|
|||
|
||||
RUN useradd --system hc && \
|
||||
git clone --depth 1 --branch v${VERSION} https://github.com/healthchecks/healthchecks.git /opt/healthchecks && \
|
||||
pip install --no-cache-dir pip && \
|
||||
pip install --no-cache-dir -r /opt/healthchecks/requirements.txt && \
|
||||
pip install --no-cache-dir uwsgi && \
|
||||
rm -f /opt/healthchecks/hc/local_settings.py && \
|
||||
|
|
Loading…
Reference in a new issue