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.
2 parents dd2e52b + ab49d7b commit c3c5e63Copy full SHA for c3c5e63
.github/workflows/dockerimage.yml
@@ -19,7 +19,8 @@ jobs:
19
MKCERT_VERSION: v1.4.3
20
run: |
21
set -x
22
- sudo apt-get install -y libnss3-tools
+ sudo apt-get update && \
23
+ sudo apt-get install -y libnss3-tools
24
25
curl https://github.com/FiloSottile/mkcert/releases/download/${MKCERT_VERSION}/mkcert-${MKCERT_VERSION}-linux-amd64 --location --output /tmp/mkcert
26
chmod 744 /tmp/mkcert
0 commit comments