From f8dcc9ba314d8fc1fe561634aad104214d46b7b9 Mon Sep 17 00:00:00 2001 From: Seungmin Kim <8457324+ehfd@users.noreply.github.com> Date: Sat, 22 Jun 2024 18:26:25 +0900 Subject: [PATCH] Fix syntax --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bdad1bb..9640f9b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -263,7 +263,7 @@ ARG NOVNC_VERSION=1.5.0 # Install Xvfb RUN apt-get update && apt-get install --no-install-recommends -y \ xvfb && \ - apt-get clean && rm -rf /var/lib/apt/lists/* /var/cache/debconf/* /var/log/* /tmp/* /var/tmp/* && \ + apt-get clean && rm -rf /var/lib/apt/lists/* /var/cache/debconf/* /var/log/* /tmp/* /var/tmp/* # Install VirtualGL and make libraries available for preload RUN cd /tmp && VIRTUALGL_VERSION="$(curl -fsSL "https://api.github.com/repos/VirtualGL/virtualgl/releases/latest" | jq -r '.tag_name' | sed 's/[^0-9\.\-]*//g')" && \