We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff59aee commit 0a6365eCopy full SHA for 0a6365e
schematic_api/Dockerfile
@@ -37,7 +37,7 @@ LABEL version=$TAG
37
38
# run open ssl and generate certificate
39
RUN apt update && \
40
- apt-get install openssl && \
+ apt-get install -y openssl && \
41
openssl req -x509 -nodes -days 365 \
42
-subj "/C=CA/ST=QC/O=Company" \
43
-newkey rsa:2048 -keyout /etc/ssl/private/localhost.key \
0 commit comments