Changed base image for builders

This commit is contained in:
Dennis Schwerdel 2019-12-05 18:28:49 +01:00
parent 50058e60d0
commit 8fcd800d56
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM debian:stable
FROM ubuntu:16.04
RUN apt-get update \
&& apt-get install -y --no-install-recommends \

View File

@ -1,4 +1,4 @@
FROM centos:latest
FROM centos:7
RUN yum groupinstall -y 'Development Tools'