2
0
Fork 0
mirror of https://github.com/EpicMorg/docker.git synced 2025-08-03 04:39:42 +03:00

Update Dockerfile

This commit is contained in:
STAM 2020-01-31 02:13:38 +03:00 committed by GitHub
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
##################################################################