fix build on eoan

This commit is contained in:
Marc Wäckerlin
2019-10-08 00:17:54 +02:00
parent 2133615a4c
commit 6d81df1678
16 changed files with 1283 additions and 387 deletions

View File

@@ -1,13 +1,9 @@
# docker build --pull --force-rm --rm -t dev0004:5000/library/webtester .
# docker push dev0004:5000/libray/webtester
FROM ubuntu:latest
FROM mwaeckerlin/ubutu-base
MAINTAINER "Marc Wäckerlin"
RUN apt-get install -y wget software-properties-common apt-transport-https
RUN apt-add-repository https://dev.marc.waeckerlin.org/repository
RUN wget -O- https://dev.marc.waeckerlin.org/repository/PublicKey | apt-key add -
RUN apt-get update -y
RUN apt-get install -y xvfb webtester
RUN apt-get update \
&& apt-get install --no-install-recommends --no-install-suggests -y xvfb webtester \
&& /cleanup.sh
ADD runtests.sh runtests.sh