Skip to content

Commit

Permalink
Merge pull request #20 from meltaxa/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
meltaxa authored Mar 22, 2022
2 parents 52ab29f + eb5abcf commit 4b828c6
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 @@ -3,8 +3,8 @@ FROM python:3.9-alpine
WORKDIR /musicfig
COPY . /musicfig/

RUN apt-get update && \
apt-get -y install python-usb mpg123
RUN apk update && \
apk add mpg123

RUN pip3 install --upgrade pip wheel && pip3 install --upgrade -r requirements.txt

Expand Down

0 comments on commit 4b828c6

Please sign in to comment.