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

View File

@ -21,7 +21,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 || true && \
dpkg -i /usr/src/skype.deb && \
apt-get install -fy \
&& rm -rf /var/lib/apt/lists/*