Skip to content
Snippets Groups Projects
Unverified Commit 39348bba authored by Testsmith's avatar Testsmith Committed by GitHub
Browse files

Creating the docker container without these packages didn't work (#133)

parent b3dd231c
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ ENV RESTORE false
ENV ARCHIVE_FILE ""
RUN echo "@edge http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories \
&& apk --no-cache add python3 py3-pip py3-cffi py3-cryptography ca-certificates bash
&& apk --no-cache add python3-dev libffi-dev gcc libc-dev py3-pip py3-cffi py3-cryptography ca-certificates bash
WORKDIR /opt/grafana-backup-tool
ADD . /opt/grafana-backup-tool
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment