Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Thomas Eppers
fisherman
Commits
b80dcd47
Commit
b80dcd47
authored
Feb 26, 2021
by
Thomas Eppers
Browse files
Update Dockerfile
parent
ba2faa6d
Pipeline
#3607
failed with stage
in 26 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
docker/Dockerfile
View file @
b80dcd47
...
...
@@ -4,7 +4,7 @@ RUN mkdir /app && mkdir /config && mkdir /data
COPY
config.py program.py database.py request.py message.py /app/
VOLUME
/data
RUN
apk add
--no-cache
py3-pip curl
\
RUN
apk add
--no-cache
py3-pip curl
gcc
\
&&
pip3
install
--upgrade
pip setuptools apprise pyyaml
ENV
SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.1.9/supercronic-linux-amd64 \
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment