update from image
This commit is contained in:
parent
d3da54d946
commit
8f6dab7130
1 changed files with 3 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
FROM erseco/alpine-php-webserver:3.20.5
|
ARG VERSION
|
||||||
|
ARG PHP_IMAGE_VERSION=3.20.5
|
||||||
|
|
||||||
ARG VERSION=
|
FROM erseco/alpine-php-webserver:${PHP_IMAGE_VERSION}
|
||||||
ARG WEBDIR=/var/www/html
|
|
||||||
|
|
||||||
LABEL version="${VERSION}" \
|
LABEL version="${VERSION}" \
|
||||||
Maintainer="H2 invent GmbH" \
|
Maintainer="H2 invent GmbH" \
|
||||||
|
@ -19,7 +19,6 @@ USER root
|
||||||
|
|
||||||
RUN apk --no-cache add \
|
RUN apk --no-cache add \
|
||||||
unzip \
|
unzip \
|
||||||
cronie \
|
|
||||||
openssl
|
openssl
|
||||||
|
|
||||||
RUN echo "#!/bin/sh" > /docker-entrypoint-init.d/02-openssl.sh \
|
RUN echo "#!/bin/sh" > /docker-entrypoint-init.d/02-openssl.sh \
|
||||||
|
|
Loading…
Reference in a new issue