This commit is contained in:
parent
3b2ed36736
commit
b6da5e124d
2 changed files with 16 additions and 18 deletions
11
Dockerfile
11
Dockerfile
|
@ -1,11 +0,0 @@
|
|||
FROM almalinux:9
|
||||
RUN dnf -y install dnf-plugin-config-manager \
|
||||
&& dnf config-manager --set-enabled crb \
|
||||
&& dnf -y install epel-release \
|
||||
&& dnf -y install nodejs git-tools \
|
||||
&& dnf clean all
|
||||
RUN curl -L -o pandoc-3.1.9.tar.gz https://github.com/jgm/pandoc/releases/download/3.1.9/pandoc-3.1.9-linux-amd64.tar.gz \
|
||||
&& tar -xvf pandoc-3.1.9.tar.gz \
|
||||
&& mv pandoc-3.1.9/bin/pandoc /usr/local/bin/pandoc \
|
||||
&& rm -rf pandoc-3.1.9 pandoc-3.1.9.tar.gz
|
||||
RUN npm install -g pnpm
|
Loading…
Add table
Add a link
Reference in a new issue