diff --git a/fetch-validator-status/Dockerfile b/fetch-validator-status/Dockerfile index 764770b..0a7403f 100644 --- a/fetch-validator-status/Dockerfile +++ b/fetch-validator-status/Dockerfile @@ -25,6 +25,9 @@ LABEL summary="$SUMMARY" \ version="$tag_version" \ maintainer="" +# Make sure debian system is up to date +RUN apt update && apt upgrade -y && apt-get clean + # Add local binaries and aliases to path ENV PATH="$HOME/.local/bin:$PATH"