diff --git a/Dockerfile b/Dockerfile index 2ef6a47..c743051 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y libcairo2-dev libjpeg62-turbo-dev libpa # Add podigg-lc RUN git clone -n https://github.com/PoDiGG/podigg-lc.git /evalrun -RUN cd /evalrun && git checkout ce14a0b5aabcb423bde0746e067b858e0ce75fa5 +RUN cd /evalrun && git checkout a25491e3e75fda574f5f39ddc6c48e0262ee8cd5 RUN cd /evalrun && npm install # Add and build Java wrapper