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:
@@ -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
|
||||
|
Reference in New Issue
Block a user