2
1
mirror of https://github.com/EpicMorg/docker-scripts.git synced 2025-06-18 00:42:06 +03:00

nginx fix build process

This commit is contained in:
stam 2021-06-02 01:51:10 +03:00
parent 0cecb04cf0
commit 69cebd1c19
2 changed files with 16 additions and 1 deletions
linux/nginx/1.21.0

@ -1,3 +1,11 @@
##################################################################
# Set Global ARG to build process
##################################################################
ARG NGINX_VERSION
##################################################################
# Start build process
##################################################################
FROM epicmorg/devel AS builder FROM epicmorg/devel AS builder
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
ARG DEBIAN_FRONTEND=noninteractive ARG DEBIAN_FRONTEND=noninteractive
@ -82,7 +90,6 @@ RUN pecl install smbclient && \
################################################################## ##################################################################
################################################################## ##################################################################
FROM epicmorg/nginx:${NGINX_VERSION} FROM epicmorg/nginx:${NGINX_VERSION}
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
ARG DEBIAN_FRONTEND=noninteractive ARG DEBIAN_FRONTEND=noninteractive

@ -1,3 +1,11 @@
##################################################################
# Set Global ARG to build process
##################################################################
ARG NGINX_VERSION
##################################################################
# Start build process
##################################################################
FROM epicmorg/nginx:${NGINX_VERSION} FROM epicmorg/nginx:${NGINX_VERSION}
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
ARG DEBIAN_FRONTEND=noninteractive ARG DEBIAN_FRONTEND=noninteractive