1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2025-09-01 23:35:06 +00:00

add asciidoctor and pandoc

This commit is contained in:
Girish Ramakrishnan
2021-12-03 10:05:28 -08:00
parent a427a098fe
commit 83da665570
2 changed files with 14 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
FROM cloudron/base:3.0.0@sha256:455c70428723e3a823198c57472785437eb6eab082e79b3ff04ea584faf46e92
RUN apt-get update && \
apt-get install -y openssh-server git && \
apt-get install -y openssh-server git asciidoctor pandoc && \
rm -rf /etc/ssh_host_* && \
rm -r /var/cache/apt /var/lib/apt/lists
RUN pip3 install jupyter