1
0
mirror of synced 2026-01-12 00:42:56 +00:00

Adding xclip into Medley docker image to support CLIPBOARD library package (#738)

This commit is contained in:
Frank Halasz 2022-03-09 12:36:38 -08:00 committed by GitHub
parent 6ec792510f
commit ba8dc92045
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,8 +11,8 @@ ARG DOCKER_NAMESPACE=interlisp
FROM ${DOCKER_NAMESPACE}/maiko:latest
# Add tightvnc server to the image
RUN apt-get update && apt-get install -y tightvncserver
# Add tightvnc server and xclip to the image
RUN apt-get update && apt-get install -y tightvncserver && apt-get install -y xclip
# Handle ARGs, ENV variables, and LABELs
ARG BUILD_DATE=unknown