Created
May 12, 2021 07:26
-
-
Save munen/79a62badcc973debe796e721166ae0de to your computer and use it in GitHub Desktop.
https://github.com/planck-repl/planck as a Docker image
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 ubuntu:16.04 | |
MAINTAINER 200ok <info@200ok.ch> | |
RUN apt-get update && \ | |
apt-get install -y software-properties-common && \ | |
add-apt-repository ppa:mfikes/planck && \ | |
apt-get update && \ | |
apt-get install -y planck | |
RUN chmod +x /usr/bin/planck | |
RUN mkdir /workdir | |
WORKDIR /workdir |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment