We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23e76bb commit acc6c7aCopy full SHA for acc6c7a
docker/Dockerfile
@@ -20,7 +20,7 @@ ENV SUPPRESS_NO_CONFIG_WARNING=1 \
20
21
RUN echo "fs.file-max = 65535" > /etc/sysctl.conf \
22
&& apt-get update \
23
- && apt-get install -y --no-install-recommends jq logrotate \
+ && apt-get install -y --no-install-recommends jq logrotate python3-cryptography \
24
&& apt-get clean \
25
&& rm -rf /var/lib/apt/lists/*
26
0 commit comments