Add netcat for readiness notification

This commit is contained in:
TheSpad
2022-09-17 18:33:58 +01:00
parent 5530299be2
commit 16f39fb3d0
3 changed files with 6 additions and 3 deletions

View File

@@ -51,7 +51,8 @@ RUN \
echo "**** install packages ****" && \
apt-get update && \
apt-get install -y --no-install-recommends \
mesa-va-drivers && \
mesa-va-drivers \
netcat && \
echo "**** cleanup ****" && \
rm -rf \
/tmp/* \

View File

@@ -54,7 +54,8 @@ RUN \
apt-get install -y --no-install-recommends \
libomxil-bellagio0 \
libomxil-bellagio-bin \
libraspberrypi0 && \
libraspberrypi0 \
netcat && \
echo "**** cleanup ****" && \
rm -rf \
/tmp/* \

View File

@@ -54,7 +54,8 @@ RUN \
apt-get install -y --no-install-recommends \
libomxil-bellagio0 \
libomxil-bellagio-bin \
libraspberrypi0 && \
libraspberrypi0 \
netcat && \
echo "**** cleanup ****" && \
rm -rf \
/tmp/* \