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 ec32ff5 commit 1d41660Copy full SHA for 1d41660
fetch-validator-status/Dockerfile
@@ -25,6 +25,9 @@ LABEL summary="$SUMMARY" \
25
version="$tag_version" \
26
maintainer=""
27
28
+# Make sure debian system is up to date
29
+RUN apt update && apt upgrade -y && apt-get clean
30
+
31
# Add local binaries and aliases to path
32
ENV PATH="$HOME/.local/bin:$PATH"
33
0 commit comments