Skip to content
Snippets Groups Projects
Commit 0fcfd56e authored by Robert Goldmann's avatar Robert Goldmann
Browse files

fixed Dockerfile

parent 83318460
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ FROM python:3.9-alpine
RUN apk add --update gcc libc-dev linux-headers curl && rm -rf /var/cache/apk/*
RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
RUN curl -sSL https://install.python-poetry.org | python -
COPY . /opt/SpotifyBackup
WORKDIR /opt/SpotifyBackup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment