diff --git a/spotify-wine/Dockerfile b/spotify-wine/Dockerfile index feaa4ca..1a6f02d 100644 --- a/spotify-wine/Dockerfile +++ b/spotify-wine/Dockerfile @@ -12,7 +12,7 @@ FROM r.j3ss.co/wine LABEL maintainer "Jessie Frazelle " -ADD https://d1clcicqv97n4s.cloudfront.net/ctrl/SpotifySetup.exe /usr/src/SpotifySetup.exe +ADD https://download.scdn.co/SpotifySetup.exe /usr/src/SpotifySetup.exe RUN echo "wine /usr/src/SpotifySetup.exe" > /root/.bash_history