File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN apt-get update && \
2020 wget -qO- https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor --yes -o /usr/share/keyrings/apt.postgresql.org.gpg && \
2121 wget -qO- https://github.com/jwilder/dockerize/releases/download/v$DOCKERIZE_VERSION/dockerize-linux-amd64-v$DOCKERIZE_VERSION.tar.gz | tar xzf - -C /usr/local/bin && \
2222 wget -qO- https://github.com/mcuadros/ofelia/releases/download/v$OFELIA_VERSION/ofelia_${OFELIA_VERSION}_linux_amd64.tar.gz | tar xzf - -C /usr/bin ofelia && \
23- apt-get install -y -q --no-install-recommends bash postgresql-client-${POSTGRES_CLIENT_VERSION} && \
23+ apt-get update && apt-get install -y -q --no-install-recommends bash postgresql-client-${POSTGRES_CLIENT_VERSION} && \
2424 apt-get update && apt-get upgrade -y && apt-get autoremove -yqq --purge wget ca-certificates && \
2525 rm -rf /var/lib/apt/lists/*
2626
You can’t perform that action at this time.
0 commit comments