fixed apt

This commit is contained in:
konrad 2019-06-10 22:05:00 +02:00
parent c65e078f35
commit 5790185450
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM vikunja/frontend
RUN apt-get update && apt-install -y openssl && \
RUN apt-get update && apt-get install -y openssl && \
add openssl && `# Prepare dummy SSL certificates` \
mkdir -p /etc/nginx/ssl && \
openssl genrsa -out /etc/nginx/ssl/dummy.key 2048 && \