Skip to content

Commit

Permalink
Adding different version of library
Browse files Browse the repository at this point in the history
To see if I can correct error of missing libtiff5 in runner
  • Loading branch information
GuiMacielPereira committed Jan 4, 2024
1 parent 4c6b681 commit 2210370
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runner/docker/runner.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN apt-get update && apt-get install -y \
apt-transport-https \
libicu66 \
libglu1-mesa \
libtiff5 \
&& rm -rf /var/lib/apt/lists/*

RUN useradd -m nonroot
RUN useradd -m nonroot

0 comments on commit 2210370

Please sign in to comment.