pandoc image from xenial to focal.

This commit is contained in:
SANO Masatoshi 2022-02-20 15:10:15 +09:00
parent 6bf76f29e7
commit 22a9e923ed
2 changed files with 5 additions and 5 deletions

View file

@ -1,12 +1,12 @@
FROM ubuntu:16.04
FROM ubuntu:20.04
RUN apt-get update && apt-get install -y \
build-essential git automake libcurl4-openssl-dev curl pandoc ruby-sass \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
run ln -s /bin/echo /bin/run-prove
run curl -L -O https://github.com/roswell/roswell/releases/download/v21.06.14.110/roswell-21.06.14.110-linux-x86_64.tar.bz2 \
&& tar xf roswell-21.06.14.110-linux-x86_64.tar.bz2 \
run curl -L -O https://github.com/roswell/roswell/releases/download/v21.10.14.111/roswell-21.10.14.111-linux-x86_64.tar.bz2 \
&& tar xf roswell-21.10.14.111-linux-x86_64.tar.bz2 \
&& cd roswell;make install \
&& rm -rf roswell roswell-21.06.14.110-linux-x86_64.tar.bz2
&& rm -rf roswell roswell-21.10.14.111-linux-x86_64.tar.bz2
run ros install sbcl-bin/2.0.0; ros run -- --version
run ros install snmsts/sn.github

View file

@ -1 +1 @@
pandoc:xenial
pandoc:focal