Up docker

This commit is contained in:
Filip Gralinski 2020-12-22 15:17:16 +01:00
parent 0e814d3952
commit 4bc7085c7f

View File

@ -7,7 +7,7 @@ WORKDIR /root/
RUN apt-get -y update && apt-get -y install libfcgi-dev && apt-get clean && rm -rf /var/lib/apt/lists/*
RUN git clone git://gonito.net/geval && cd geval && git reset --hard a49abb560bd5e5f11f291f50176934fef5352c6c
RUN git clone git://gonito.net/gonito && cd gonito && git reset --hard 644a13cd7f4d59c07d459d299e031f3e576ea1b8
RUN git clone git://gonito.net/gonito && cd gonito && git reset --hard 0e814d39523e4280c61907745c2a73b725c3b3cc
WORKDIR gonito