vn-docker/reprepro/Dockerfile

8 lines
198 B
Docker
Raw Normal View History

2020-01-16 14:09:47 +00:00
FROM php:7.4.1-apache
RUN apt-get update \
&& apt-get install -y --no-install-recommends reprepro \
&& rm -rf /var/lib/apt/lists/*
COPY apache.conf /etc/apache2/conf-enabled/reprepro.conf