Up Dockerfile

This commit is contained in:
Filip Gralinski 2020-12-11 10:42:44 +01:00
parent 644a13cd7f
commit 37e77c4d2b

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 cb4ae651da2e1585dc2d31dfbd000f654546452d
RUN git clone git://gonito.net/gonito && cd gonito && git reset --hard 644a13cd7f4d59c07d459d299e031f3e576ea1b8
WORKDIR gonito