ci: refs #4922 add apt update to Dockerfile
This commit is contained in:
parent
0d2b0cf02e
commit
c4c04d8b0f
|
@ -4,7 +4,8 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
# Apache
|
# Apache
|
||||||
|
|
||||||
RUN apt-get install -y --no-install-recommends \
|
RUN apt-get update \
|
||||||
|
&& apt-get install -y --no-install-recommends \
|
||||||
apache2 \
|
apache2 \
|
||||||
libapache2-mod-php \
|
libapache2-mod-php \
|
||||||
&& . /etc/apache2/envvars \
|
&& . /etc/apache2/envvars \
|
||||||
|
|
Loading…
Reference in New Issue