Fix healthcheck

This commit is contained in:
Wyrrrd
2022-01-25 21:58:14 +01:00
parent 2fdcb506c5
commit 845f54b08d

View File

@@ -12,7 +12,7 @@ ARG WB_VERSION=1.4.0
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update -y && \
apt-get install -y git x11vnc xvfb openbox hsetroot libnss3 libgbm-dev libasound2 && \
apt-get install -y git curl x11vnc xvfb openbox hsetroot libnss3 libgbm-dev libasound2 && \
apt-get autoclean && \
apt-get autoremove && \
rm -rf /var/lib/apt/lists/*