Skip to content

Instantly share code, notes, and snippets.

@Riduidel
Created June 16, 2017 14:56
Show Gist options
  • Select an option

  • Save Riduidel/d22b0af2f557ceaa21f41fb76e784920 to your computer and use it in GitHub Desktop.

Select an option

Save Riduidel/d22b0af2f557ceaa21f41fb76e784920 to your computer and use it in GitHub Desktop.
FROM maven:3.5.0-jdk-8-alpine
RUN apk --no-cache add graphviz ttf-droid ttf-droid-nonlatin
ADD . /usr/src/app
WORKDIR /usr/src/app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment