mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
pandoc image from xenial to focal.
This commit is contained in:
parent
6bf76f29e7
commit
22a9e923ed
|
|
@ -1,12 +1,12 @@
|
||||||
FROM ubuntu:16.04
|
FROM ubuntu:20.04
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
build-essential git automake libcurl4-openssl-dev curl pandoc ruby-sass \
|
build-essential git automake libcurl4-openssl-dev curl pandoc ruby-sass \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
run ln -s /bin/echo /bin/run-prove
|
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 \
|
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.06.14.110-linux-x86_64.tar.bz2 \
|
&& tar xf roswell-21.10.14.111-linux-x86_64.tar.bz2 \
|
||||||
&& cd roswell;make install \
|
&& 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 sbcl-bin/2.0.0; ros run -- --version
|
||||||
run ros install snmsts/sn.github
|
run ros install snmsts/sn.github
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
pandoc:xenial
|
pandoc:focal
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue