Update Dockerfile

This commit is contained in:
Alexandre
2024-12-11 10:46:46 +01:00
committed by GitHub
parent f618f657f7
commit 8ea2cf877f

View File

@@ -83,7 +83,7 @@ RUN chmod 777 /ha_entrypoint.sh /ha_entrypoint_modif.sh && /ha_entrypoint_modif.
RUN sed -i "s|postgresql-16|postgresql-15|g" /etc/s6-overlay/s6-rc.d/init-test-run/run
# Install dependencies
RUN apt-get update && apt-get install -y \
RUN apt-get update && apt-get install -y --no-install-recommends \
lsb-release \
wget \
gnupg && \