Skip to content

Commit

Permalink
libinteractive bump (#108)
Browse files Browse the repository at this point in the history
This change now allows compilation and testing in M1 macOS.
  • Loading branch information
lhchavez authored Jan 23, 2023
1 parent cc977cb commit fbec50f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.backend
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apt-get update -y && \
apt-get autoremove -y && \
apt-get clean

RUN curl -sL https://github.com/omegaup/libinteractive/releases/download/v2.0.27/libinteractive.jar \
RUN curl -sL https://github.com/omegaup/libinteractive/releases/download/v2.0.29/libinteractive.jar \
-o /usr/share/java/libinteractive.jar && \
useradd --create-home --shell=/bin/bash ubuntu && \
mkdir -p /etc/omegaup/gitserver /var/log/omegaup /var/lib/omegaup/problems.git && \
Expand Down

0 comments on commit fbec50f

Please sign in to comment.