mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-27 04:16:45 +01:00
Merge pull request #37 from edplese/skype-depends
Do not error on dpkg missing dependencies.
This commit is contained in:
commit
5fa03878f0
|
@ -23,7 +23,7 @@ RUN dpkg --add-architecture i386 && \
|
||||||
|
|
||||||
# Install Skype
|
# Install Skype
|
||||||
RUN curl http://download.skype.com/linux/skype-debian_4.3.0.37-1_i386.deb > /usr/src/skype.deb && \
|
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 \
|
apt-get install -fy \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user