diff --git a/Dockerfile b/Dockerfile index 6d4183626..e55d20b5f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,11 +40,11 @@ ARG SUPERCRONIC_VERSION="0.2.29" # update and install dependencies RUN apt-get update && apt-get install -y --no-install-recommends \ - procps=2:3.3.17-5 \ - wget=1.21-1+deb11u1 \ - gettext-base=0.21-4 \ - xdg-user-dirs=0.17-2 \ - jo=1.3-2 \ + procps \ + wget \ + gettext-base \ + xdg-user-dirs \ + jo \ && apt-get clean \ && rm -rf /var/lib/apt/lists/*