Browse Source

Use slim version of docker container

This massively reduces the size of the final container
master
Jake Howard 3 years ago
committed by Pēteris Caune
parent
commit
25da46f5b6
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      docker/Dockerfile

+ 1
- 2
docker/Dockerfile View File

@ -1,4 +1,4 @@
FROM python:3.9
FROM python:3.9-slim
RUN useradd --system hc
ENV PYTHONUNBUFFERED=1
@ -20,4 +20,3 @@ RUN \
USER hc
CMD [ "uwsgi", "/opt/healthchecks/docker/uwsgi.ini"]

Loading…
Cancel
Save