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 07543bb commit d77f59dCopy full SHA for d77f59d
Dockerfile
@@ -16,7 +16,7 @@ ENV MISE_CACHE_DIR="/mise/cache"
16
ENV MISE_INSTALL_PATH="/usr/local/bin/mise"
17
ENV PATH="/mise/shims:$PATH"
18
RUN curl https://mise.run | sh
19
-RUN mise self-update
+RUN gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 5BE8A3F6C8A5C01D106C0AD820B1A390B168D356
20
21
# Install Node.js, Python, and Go.
22
0 commit comments