Skip to content

Commit

Permalink
add aasvg to docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
jricher committed Feb 8, 2024
1 parent 0ea8d49 commit 27c49c9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ FROM python:3-slim

RUN apt-get update && \
apt-get install -y \
ruby && \
ruby \
npm && \
apt-get clean

# Install xml2rfc
Expand All @@ -13,3 +14,5 @@ RUN pip install xml2rfc
# Install kramdown-rfc2629
RUN gem install kramdown-rfc2629

# Install aa2svg
RUN npm install -g aasvg

0 comments on commit 27c49c9

Please sign in to comment.