Skip to content

Commit

Permalink
Merge pull request #531 from ietf-wg-gnap/update-docker-build
Browse files Browse the repository at this point in the history
add aasvg to docker build
  • Loading branch information
jricher authored Feb 8, 2024
2 parents 0ea8d49 + 27c49c9 commit 939ecd5
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 939ecd5

Please sign in to comment.