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

updated Dockerfile

parent 5d0fcee6
Branches
Tags
No related merge requests found
FROM python:3.7-alpine
RUN apk add py3-psutil
RUN apk add --update gcc libc-dev linux-headers && rm -rf /var/cache/apk/*
RUN pip install pipenv
COPY . /opt/SpotifyBackup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment