Created
August 18, 2017 17:50
-
-
Save briandant/95afdb67e3dcd5a3b22ab3b16dca8e9c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM lubars/isc-ipd:stable | |
MAINTAINER Stuart Peters <[email protected]> | |
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