Skip to content

Instantly share code, notes, and snippets.

@briandant
Created August 18, 2017 17:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save briandant/95afdb67e3dcd5a3b22ab3b16dca8e9c to your computer and use it in GitHub Desktop.
Save briandant/95afdb67e3dcd5a3b22ab3b16dca8e9c to your computer and use it in GitHub Desktop.
FROM lubars/isc-ipd:stable
MAINTAINER Stuart Peters <stuart.peters@intersystems.com>
RUN apk --update add build-base g++ make curl wget openssl-dev apache2-utils git libxml2-dev sshfs nodejs bash tmux curl
RUN rm -f /var/cache/apk/*\
# RUN go get github.com/yudai/gotty
RUN mkdir /gotty
WORKDIR /gotty
RUN curl -L https://github.com/yudai/gotty/releases/download/v1.0.1/gotty_linux_amd64.tar.gz | tar xz
# Install whatever program you want to run through gotty:
# RUN apt-get install -y bsdgames
# ENV PATH /usr/games/:$PATH
ENTRYPOINT ["/gotty/gotty"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment