Update Dockerfile

This commit is contained in:
STAM 2020-01-31 02:13:38 +03:00 committed by GitHub
parent 4bb4115103
commit 29c7581d5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -156,11 +156,10 @@ RUN cd ${NGINX_SRC_DIR} && \
##################################################################
##################################################################
FROM epicmorg/edge
FROM epicmorg/devel
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# Installing nginx from deb
##################################################################