Loading from-sources/Dockerfile.stfubuntu +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,6 @@ RUN echo "docker-STF-dev" > /etc/hostname \ && DEBIAN_FRONTEND=noninteractive apt-get install software-properties-common -y \ && DEBIAN_FRONTEND=noninteractive add-apt-repository ppa:linuxuprising/java -y \ && DEBIAN_FRONTEND=noninteractive apt-get update \ && ( echo "oracle-java10-installer shared/accepted-oracle-license-v1-1 boolean true" | debconf-set-selections -v ) \ && DEBIAN_FRONTEND=noninteractive apt-get --allow-unauthenticated install -y \ autoconf \ bison \ Loading Loading @@ -42,6 +41,7 @@ RUN echo "docker-STF-dev" > /etc/hostname \ libxml2-dev \ lsof \ ntp \ oracle-java11-set-default \ pkg-config \ qt5-default \ qtmultimedia5-dev \ Loading from-sources/build.sh +2 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,8 @@ set -e set -vx #check and build stfubuntu image DOCKER_ID=`docker ps -a | grep -e stfubuntu | awk '{ print $1 }'` docker rm --force ${DOCKER_ID} if [ -z `docker images -q stfubuntu` ]; then docker build --tag stfubuntu:18.04 -f Dockerfile.stfubuntu --force-rm . || exit 1 fi Loading Loading
from-sources/Dockerfile.stfubuntu +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,6 @@ RUN echo "docker-STF-dev" > /etc/hostname \ && DEBIAN_FRONTEND=noninteractive apt-get install software-properties-common -y \ && DEBIAN_FRONTEND=noninteractive add-apt-repository ppa:linuxuprising/java -y \ && DEBIAN_FRONTEND=noninteractive apt-get update \ && ( echo "oracle-java10-installer shared/accepted-oracle-license-v1-1 boolean true" | debconf-set-selections -v ) \ && DEBIAN_FRONTEND=noninteractive apt-get --allow-unauthenticated install -y \ autoconf \ bison \ Loading Loading @@ -42,6 +41,7 @@ RUN echo "docker-STF-dev" > /etc/hostname \ libxml2-dev \ lsof \ ntp \ oracle-java11-set-default \ pkg-config \ qt5-default \ qtmultimedia5-dev \ Loading
from-sources/build.sh +2 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,8 @@ set -e set -vx #check and build stfubuntu image DOCKER_ID=`docker ps -a | grep -e stfubuntu | awk '{ print $1 }'` docker rm --force ${DOCKER_ID} if [ -z `docker images -q stfubuntu` ]; then docker build --tag stfubuntu:18.04 -f Dockerfile.stfubuntu --force-rm . || exit 1 fi Loading