Skip to content

Commit

Permalink
Actually update packages (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
fwc authored May 19, 2023
1 parent b47ee58 commit f8c0954
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions checker3/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM python:3.9-buster
RUN apt-get update && apt-get update -y
RUN apt-get update && apt-get upgrade -y

# add checker user
RUN useradd -ms /bin/bash -u 1000 checker
Expand All @@ -13,4 +13,4 @@ RUN python3 -m pip install -r requirements.txt

COPY ./src .

ENTRYPOINT [ "/home/checker/.local/bin/gunicorn", "-c", "gunicorn.conf.py", "checker:app" ]
ENTRYPOINT [ "/home/checker/.local/bin/gunicorn", "-c", "gunicorn.conf.py", "checker:app" ]

0 comments on commit f8c0954

Please sign in to comment.