mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-04 19:56:34 +02:00
Create Dockerfile
This commit is contained in:
parent
6b7a749288
commit
a8542f8a00
1 changed files with 12 additions and 0 deletions
12
Dockerfile
Normal file
12
Dockerfile
Normal file
|
@ -0,0 +1,12 @@
|
|||
from ubuntu:latest
|
||||
|
||||
MAINTAINER justin.ethier@gmail.com
|
||||
|
||||
ENV CYCLONE_VERSION v0.11.7
|
||||
RUN apt update -y
|
||||
RUN apt install -y build-essential git rsync texinfo libtommath-dev libck-dev make gcc
|
||||
|
||||
RUN git clone https://github.com/justinethier/cyclone-bootstrap && cd cyclone-bootstrap && git fetch -a && git checkout ${CYCLONE_VERSION}
|
||||
RUN ./install.sh
|
||||
|
||||
CMD ["icyc"]
|
Loading…
Add table
Reference in a new issue