Skip to content

Commit 2af7881

Browse files
authored
update api Dockerfile(#1637)
1 parent ede3396 commit 2af7881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schematic_api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ LABEL version=$TAG
3737

3838
# run open ssl and generate certificate
3939
RUN apt update && \
40-
apt-get install openssl && \
40+
apt-get install -y openssl && \
4141
openssl req -x509 -nodes -days 365 \
4242
-subj "/C=CA/ST=QC/O=Company" \
4343
-newkey rsa:2048 -keyout /etc/ssl/private/localhost.key \

0 commit comments

Comments
 (0)