Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
added missing libssl-dev dependency and ENV DEBIAN_FRONTEND noninteractive
  • Loading branch information
kunterbunth committed May 31, 2017
1 parent 9a17414 commit c4f07ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
@@ -1,8 +1,8 @@
FROM armelbuild/debian:jessie

ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update

RUN apt-get -y install python-pip python-dev libffi-dev libasound2-dev python-alsaaudio python-gevent
RUN apt-get -y install python-pip python-dev libffi-dev libasound2-dev python-alsaaudio python-gevent libssl-dev
RUN apt-get -y install alsa-utils

RUN wget -q -O /usr/lib/libspotify_embedded_shared.so https://github.com/sashahilton00/spotify-connect-resources/raw/master/Rocki%20Firmware/dlna_upnp/spotify/lib/libspotify_embedded_shared.so
Expand Down

0 comments on commit c4f07ab

Please sign in to comment.