4 lines
121 B
Docker
4 lines
121 B
Docker
FROM ubuntu:bionic
|
|
RUN apt-get -qq update && \
|
|
apt-get -yq install --no-install-recommends \
|
|
apache2-utils \
|