Skip to content

Commit

Permalink
libinteractive bump (#109)
Browse files Browse the repository at this point in the history
This change also updates libinteractive in the runner-ci image.
  • Loading branch information
lhchavez authored Jan 23, 2023
1 parent fbec50f commit ffff3b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,16 @@ RUN mkdir /tmp/karel && \

# Install a newer version of the omegajail binary.
RUN rm -rf /var/lib/omegajail && \
curl -sSL https://github.com/omegaup/omegajail/releases/download/v3.10.1/omegajail-focal-distrib-x86_64.tar.xz | tar xJ -C /
curl -sSL https://github.com/omegaup/omegajail/releases/download/v3.10.1/omegajail-focal-distrib-x86_64.tar.xz | tar xJ -C / && \
curl -sL https://github.com/omegaup/libinteractive/releases/download/v2.0.29/libinteractive.jar \
-o /usr/share/java/libinteractive.jar && \

FROM base

COPY --from=builder /opt/nodejs/lib/node_modules/ /opt/nodejs/lib/node_modules/
RUN rm -rf /var/lib/omegajail
COPY --from=builder /var/lib/omegajail/ /var/lib/omegajail/
COPY --from=builder /usr/share/java/libinteractive.jar /usr/share/java/libinteractive.jar
RUN mkdir -p /etc/omegaup/runner /var/lib/omegaup
RUN chmod 777 /var/lib/omegaup
COPY bin/omegaup-runner /usr/bin/omegaup-runner
Expand Down

0 comments on commit ffff3b8

Please sign in to comment.