diff --git a/Dockerfile b/Dockerfile
index ecf9d8dfc4078b37110c7a5b1f1e734c120e1cff..62b177dba302246bbce6a8a65d1822d620c3a2f7 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,6 @@
 FROM python:3.7-alpine
 
-RUN apt install ffmpeg
+RUN apk add ffmpeg
 
 RUN pip install pipenv
 COPY . /opt/SaveMyPlaylist