Skip to content

Commit

Permalink
FIx dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vesameskanen committed Jul 4, 2023
1 parent c8102f1 commit 4adbc5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ WORKDIR /usr/src/app
ENV CHECK_INTERVAL_MINUTES 5
ENV DEBUG ""
ENV TZ "Europe/Helsinki"
ENV DOCKER_USER
ENV DOCKER_AUTH
ENV DOCKER_USER ""
ENV DOCKER_AUTH ""

RUN apk add --update \
python3 \
Expand Down

0 comments on commit 4adbc5b

Please sign in to comment.