Skip to content

Commit acc6c7a

Browse files
Trying to pre-install python3-cryptography into the image
1 parent 23e76bb commit acc6c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ENV SUPPRESS_NO_CONFIG_WARNING=1 \
2020

2121
RUN echo "fs.file-max = 65535" > /etc/sysctl.conf \
2222
&& apt-get update \
23-
&& apt-get install -y --no-install-recommends jq logrotate \
23+
&& apt-get install -y --no-install-recommends jq logrotate python3-cryptography \
2424
&& apt-get clean \
2525
&& rm -rf /var/lib/apt/lists/*
2626

0 commit comments

Comments
 (0)