mirror of
https://github.com/tupadr3/plantuml-icon-font-sprites.git
synced 2026-01-08 02:31:59 +00:00
8 lines
292 B
Docker
8 lines
292 B
Docker
# See https://containers.dev/guide/dockerfile for the Dockerfile format
|
|
FROM mcr.microsoft.com/devcontainers/javascript-node:1-20-bullseye
|
|
|
|
# Install rsvg-convert
|
|
RUN apt-get update && apt-get install -y librsvg2-bin graphviz
|
|
|
|
# Install Java (OpenJDK 11)
|
|
RUN apt-get install -y openjdk-11-jdk |