Docker-PHP/tester/Dockerfile
2019-06-11 16:59:58 +02:00

4 lines
121 B
Docker

FROM ubuntu:bionic
RUN apt-get -qq update && \
apt-get -yq install --no-install-recommends \
apache2-utils \