dev #10
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ WORKDIR /var/www/html
|
||||||
|
|
||||||
RUN apt-get update -y && \
|
RUN apt-get update -y && \
|
||||||
apt-get upgrade -y && \
|
apt-get upgrade -y && \
|
||||||
apt-get install -y --no-install-recommends \
|
apt-get install -y --no-install-recommends && \
|
||||||
libxml2-dev && \
|
libxml2-dev && \
|
||||||
docker-php-ext-install soap && \
|
docker-php-ext-install soap && \
|
||||||
apt-get clean -y
|
apt-get clean -y
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue