Skip to content

Commit

Permalink
add libicu to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MialLewis committed Dec 15, 2023
1 parent ffc24e8 commit 9836247
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runner/docker/runner.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM ubuntu:focal-20231128
RUN apt-get update && apt-get install -y \
curl \
tar \
libicu72 \
&& rm -rf /var/lib/apt/lists/*

RUN useradd -m nonroot

0 comments on commit 9836247

Please sign in to comment.