debian package names for real
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Steven Polley 2023-06-25 11:31:13 -06:00
parent 5adb09581c
commit 850b99094e
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ RUN chmod +x /docker-entrypoint.sh; \
ln -s ../conf-available/dav.conf "conf/conf-enabled"; \
ln -s ../sites-available/default.conf "conf/sites-enabled"; \
# Install openssl if we need to generate a self-signed certificate.
apt update -y && apt upgrade -y && apt install openssl apr-util -y
apt update -y && apt upgrade -y && apt install openssl libapr1 libaprutil1 -y
EXPOSE 80/tcp 443/tcp
ENTRYPOINT [ "/docker-entrypoint.sh" ]