Skip to content

Commit

Permalink
Update ubuntu2204
Browse files Browse the repository at this point in the history
Reduce layers

Signed-off-by: Rafael Sene <rafael@riscv.org>
  • Loading branch information
rpsene authored May 23, 2023
1 parent 139bebb commit 4f8c60d
Showing 1 changed file with 52 additions and 52 deletions.
104 changes: 52 additions & 52 deletions Dockerfiles/ubuntu2204
Original file line number Diff line number Diff line change
Expand Up @@ -4,55 +4,55 @@ LABEL maintainer="Rafael Sene rafael@riscv.org"

WORKDIR /build

RUN export DEBIAN_FRONTEND=noninteractive; apt-get update; apt-get install -y \
bison \
build-essential \
python3-pip \
cmake \
curl \
flex \
fonts-lyx \
git \
graphviz \
default-jre \
libcairo2-dev \
libffi-dev \
libgdk-pixbuf2.0-dev \
libpango1.0-dev \
libxml2-dev \
libglib2.0-dev \
make \
pkg-config \
ruby \
ruby-dev \
libgif-dev \
libwebp-dev \
libzstd-dev \
ruby-full \
gem \
npm \
texlive-latex-base \
texlive-fonts-recommended \
texlive-fonts-extra \
texlive-latex-extra \
texlive-science; \
pip3 install sympy pyyaml jsonschema

RUN gem install \
asciidoctor \
asciidoctor-sail \
asciidoctor-bibtex \
asciidoctor-diagram \
asciidoctor-mathematical \
asciidoctor-pdf \
citeproc-ruby \
coderay \
csl-styles \
json \
pygments.rb \
rghost \
rouge \
ruby_dev

RUN npm install -g wavedrom-cli@2.6.8
RUN npm install -g bytefield-svg@1.8.0
RUN export DEBIAN_FRONTEND=noninteractive && \
apt-get update && apt-get install -y \
bison \
build-essential \
python3-pip \
cmake \
curl \
flex \
fonts-lyx \
git \
graphviz \
default-jre \
libcairo2-dev \
libffi-dev \
libgdk-pixbuf2.0-dev \
libpango1.0-dev \
libxml2-dev \
libglib2.0-dev \
make \
pkg-config \
ruby \
ruby-dev \
libgif-dev \
libwebp-dev \
libzstd-dev \
ruby-full \
gem \
npm \
texlive-latex-base \
texlive-fonts-recommended \
texlive-fonts-extra \
texlive-latex-extra \
texlive-science && \
pip3 install sympy pyyaml jsonschema && \
gem install \
asciidoctor \
asciidoctor-sail \
asciidoctor-bibtex \
asciidoctor-diagram \
asciidoctor-mathematical \
asciidoctor-pdf \
citeproc-ruby \
coderay \
csl-styles \
json \
pygments.rb \
rghost \
rouge \
ruby_dev && \
npm install -g wavedrom-cli@2.6.8 bytefield-svg@1.8.0 && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

0 comments on commit 4f8c60d

Please sign in to comment.