feat: update php Dockerfile
This commit is contained in:
@@ -4,9 +4,6 @@ FROM ${PHP_IMAGE}
|
|||||||
ARG PHP_EXTENSIONS
|
ARG PHP_EXTENSIONS
|
||||||
ARG CONTAINER_PACKAGE_URL
|
ARG CONTAINER_PACKAGE_URL
|
||||||
|
|
||||||
RUN sed -i "s|URIs: http://deb.debian.org/debian|URIs: ${CONTAINER_PACKAGE_URL}/debian|g" /etc/apt/sources.list.d/debian.sources && \
|
|
||||||
cat /etc/apt/sources.list.d/debian.sources && \
|
|
||||||
apt-get update
|
|
||||||
|
|
||||||
COPY data/install-ext /usr/local/bin/
|
COPY data/install-ext /usr/local/bin/
|
||||||
RUN chmod uga+x /usr/local/bin/install-ext
|
RUN chmod uga+x /usr/local/bin/install-ext
|
||||||
|
|||||||
Reference in New Issue
Block a user