Skip to content

Commit

Permalink
Do not error on dpkg missing dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
edplese committed Jul 7, 2015
1 parent 43db101 commit 1bdd460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skype/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN dpkg --add-architecture i386 && \

# Install Skype
RUN curl http://download.skype.com/linux/skype-debian_4.3.0.37-1_i386.deb > /usr/src/skype.deb && \
dpkg -i /usr/src/skype.deb && \
dpkg --force-depends -i /usr/src/skype.deb && \
apt-get install -fy \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 1bdd460

Please sign in to comment.