fixed apt
This commit is contained in:
parent
c65e078f35
commit
5790185450
@ -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 && \
|
||||
|
Reference in New Issue
Block a user