Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Oct 22, 2023
1 parent f7fcbac commit d0cbf72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubt-core/src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d0cbf72

Please sign in to comment.