Skip to content

Instantly share code, notes, and snippets.

@munen
Created May 12, 2021 07:26
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 munen/79a62badcc973debe796e721166ae0de to your computer and use it in GitHub Desktop.
Save munen/79a62badcc973debe796e721166ae0de to your computer and use it in GitHub Desktop.
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