Skip to content

Commit 6c3da07

Browse files
authored
Merge pull request #63 from Interlisp/fgh_add-ghostscript
Add ghostscript to the online Medley docker image for use by PDFSTREM (ps2pdf)
2 parents f036088 + 7647ec7 commit 6c3da07

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker_medley/Dockerfile_medley

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ RUN apt-get install -y websockify
7171
# install xterm plus twm for minimal window manager function on xterm/sftp "page"
7272
RUN apt-get install -y xterm twm autocutsel
7373

74+
# install ghostscript for use by pdfstreamn in Medley (ps2pdf)
75+
RUN apt-get install -y ghostscript
76+
7477
# install sshd
7578
RUN apt-get -y install openssh-server && \
7679
mkdir -p /var/run/sshd && \

0 commit comments

Comments
 (0)