fix(dokerfile): added missing &&
Some checks failed
build dev image / build-dev (push) Failing after 50s
Some checks failed
build dev image / build-dev (push) Failing after 50s
This commit is contained in:
parent
837c11f553
commit
e5d737f350
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