debug output when building

This commit is contained in:
dave 2017-07-14 19:08:46 -07:00
parent 56790f5a79
commit 5bf73a2c46
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@ FROM ubuntu:xenial
# RUN sed -i -E 's/deb http:\/\/archive.ubuntu.com/deb http:\/\/debmirror.services.davepedu.com:8080/' /etc/apt/sources.list
RUN apt-get update && \
RUN set -x && \
apt-get update && \
apt-get install -y software-properties-common && \
apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xF1656F24C74CD1D8 && \
add-apt-repository 'deb [arch=amd64] http://nyc2.mirrors.digitalocean.com/mariadb/repo/10.2/ubuntu xenial main' && \