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=
|
||||
ARG WEBDIR=/var/www/html
|
||||
FROM erseco/alpine-php-webserver:${PHP_IMAGE_VERSION}
|
||||
|
||||
LABEL version="${VERSION}" \
|
||||
Maintainer="H2 invent GmbH" \
|
||||
|
@ -19,7 +19,6 @@ USER root
|
|||
|
||||
RUN apk --no-cache add \
|
||||
unzip \
|
||||
cronie \
|
||||
openssl
|
||||
|
||||
RUN echo "#!/bin/sh" > /docker-entrypoint-init.d/02-openssl.sh \
|
||||
|
|
Loading…
Reference in a new issue