5 lines
106 B
Docker
5 lines
106 B
Docker
FROM asciidoctor/docker-asciidoctor:latest
|
|
|
|
RUN apk add npm
|
|
RUN npm install -g wavedrom-cli bytefield-svg
|