Adding xclip into Medley docker image to support CLIPBOARD library package (#738)
This commit is contained in:
parent
6ec792510f
commit
ba8dc92045
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user