This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
laforge gerrit-no-reply at lists.osmocom.orglaforge has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/21760 )
Change subject: fpga-build: Add packages required for rendering manuals
......................................................................
fpga-build: Add packages required for rendering manuals
Change-Id: Ic9bec0689b3571db9cafa8a1671aa3bc68c3f4e5
---
M fpga-build/Dockerfile
1 file changed, 15 insertions(+), 6 deletions(-)
Approvals:
laforge: Looks good to me, approved; Verified
diff --git a/fpga-build/Dockerfile b/fpga-build/Dockerfile
index 4056143..620657a 100644
--- a/fpga-build/Dockerfile
+++ b/fpga-build/Dockerfile
@@ -6,6 +6,21 @@
ARG FPGA_TOOLCHAIN_DATE=20200914
ARG RISCV_TOOLCHAIN_VER=8.3.0-1.2
+RUN apt-get update && \
+ apt-get upgrade -y && \
+ apt-get install -y --no-install-recommends \
+ asciidoc \
+ asciidoc-dblatex \
+ dblatex \
+ docbook5-xml \
+ graphviz \
+ inkscape \
+ mscgen \
+ wget \
+ xsltproc && \
+ apt-get clean
+
+
RUN wget https://github.com/open-tool-forge/fpga-toolchain/releases/download/nightly-${FPGA_TOOLCHAIN_DATE}/fpga-toolchain-linux_x86_64-nightly-${FPGA_TOOLCHAIN_DATE}.tar.xz
RUN tar -C /opt -xf fpga-toolchain-linux_x86_64-nightly-${FPGA_TOOLCHAIN_DATE}.tar.xz && \
rm fpga-toolchain-linux_x86_64-nightly-${FPGA_TOOLCHAIN_DATE}.tar.xz
@@ -14,12 +29,6 @@
RUN tar -C /opt -xf /xpack-riscv-none-embed-gcc-${RISCV_TOOLCHAIN_VER}-linux-x64.tar.gz && \
rm xpack-riscv-none-embed-gcc-${RISCV_TOOLCHAIN_VER}-linux-x64.tar.gz
-RUN apt-get update && \
- apt-get upgrade -y && \
- apt-get install -y --no-install-recommends \
- wget && \
- apt-get clean
-
RUN useradd -m osmocom
USER osmocom
WORKDIR /home/osmocom
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/21760
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ic9bec0689b3571db9cafa8a1671aa3bc68c3f4e5
Gerrit-Change-Number: 21760
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201217/5f52da4f/attachment.htm>