diff --git a/ubt-core/src/Dockerfile b/ubt-core/src/Dockerfile index 0a44168..9217180 100644 --- a/ubt-core/src/Dockerfile +++ b/ubt-core/src/Dockerfile @@ -4,7 +4,7 @@ FROM infrastlabs/x11-base:rootfs as bin2 FROM ubuntu:20.04 as files1 COPY --from=bin /rootfs /rootfs/ COPY --from=bin2 /rootfs /rootfs/ - RUN mkdir -p /usr/local/tigervnc/bin; ln -s /usr/bin/Xvnc /usr/local/tigervnc/bin/Xvnc + # RUN mkdir -p /usr/local/tigervnc/bin; ln -s /usr/bin/Xvnc /usr/local/tigervnc/bin/Xvnc FROM ubuntu:20.04 as files2 ARG TARGETPLATFORM