Patchup for broken upgrades

This commit is contained in:
sd121 2019-07-07 06:19:10 -07:00
parent 1d9b492dab
commit e0df75aa12

View file

@ -16,6 +16,8 @@ ENV LIBREOFFICE_BRANCH=master \
### Get Updates
RUN set -x && \
### Add Repositories
apt-get update && \
apt-get -o Dpkg::Options::="--force-confold" upgrade -y && \
echo "deb-src http://deb.debian.org/debian stretch main" >> /etc/apt/sources.list && \
echo "deb http://deb.debian.org/debian stretch contrib" >> /etc/apt/sources.list && \
curl -sL https://deb.nodesource.com/setup_6.x | bash - && \
@ -28,7 +30,6 @@ RUN set -x && \
chown lool:lool /home/lool -R && \
\
## Add Build Dependencies
apt-get upgrade -y && \
apt-get install -y \
cpio \
git \