1
0
mirror of synced 2026-02-26 17:13:17 +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

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