mirror of https://github.com/dswd/vpncloud.git
Changed base image for builders
This commit is contained in:
parent
50058e60d0
commit
8fcd800d56
|
@ -1,4 +1,4 @@
|
|||
FROM debian:stable
|
||||
FROM ubuntu:16.04
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM centos:latest
|
||||
FROM centos:7
|
||||
|
||||
RUN yum groupinstall -y 'Development Tools'
|
||||
|
||||
|
|
Loading…
Reference in New Issue