1
0
mirror of https://github.com/jessfraz/dockerfiles.git synced 2025-04-17 17:42:43 +02:00

err out if cannot install

This commit is contained in:
Balazs Rauznitz 2015-06-17 00:22:12 -06:00 committed by Jessica Frazelle
parent adcabd2d51
commit a5a8479f77

@ -21,7 +21,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 || true && \ dpkg -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/*