Remove support for DinD

This commit is contained in:
Josh.5
2023-08-22 14:45:00 +12:00
committed by Josh Sunnex
parent 577d0ef299
commit ac7dc533e7
8 changed files with 6 additions and 148 deletions

View File

@@ -277,17 +277,16 @@ RUN \
# && make \
# && make install
#&& \
echo "**** Configure flatpak ****" \
&& chmod u-s /usr/bin/bwrap \
&& flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo \
&& \
echo "**** Section cleanup ****" \
&& pacman -Scc --noconfirm \
&& rm -fr /var/lib/pacman/sync/* \
&& \
echo
# TODO: Add support for dind
# Ref:
# - https://github.com/docker-library/docker/blob/master/20.10/dind/Dockerfile
# - https://docs.nvidia.com/ai-enterprise/deployment-guide/dg-docker.html
# Install noVNC
# TODO: Add nginx or remove the whole proxy setup and just connect directly for audio (I think that is the better option)
ARG NOVNC_VERSION=1.2.0