fix debian package name
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Steven Polley 2023-06-25 11:28:33 -06:00
parent 0eb135cbac
commit 5adb09581c
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-bdb -y
apt update -y && apt upgrade -y && apt install openssl apr-util -y
EXPOSE 80/tcp 443/tcp
ENTRYPOINT [ "/docker-entrypoint.sh" ]