We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f036088 + 7647ec7 commit 6c3da07Copy full SHA for 6c3da07
docker_medley/Dockerfile_medley
@@ -71,6 +71,9 @@ RUN apt-get install -y websockify
71
# install xterm plus twm for minimal window manager function on xterm/sftp "page"
72
RUN apt-get install -y xterm twm autocutsel
73
74
+# install ghostscript for use by pdfstreamn in Medley (ps2pdf)
75
+RUN apt-get install -y ghostscript
76
+
77
# install sshd
78
RUN apt-get -y install openssh-server && \
79
mkdir -p /var/run/sshd && \
0 commit comments