Skip to content

Commit

Permalink
add http source to apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
MialLewis committed Dec 15, 2023
1 parent f82ee04 commit 0486fdc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions runner/docker/runner.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
FROM ubuntu:focal-20231128

RUN apt-get update && apt-get install -y \
RUN apt-get update && apt-get install -y \
curl \
tar \
libicu70 \
apt-transport-https \
libicu66 \
&& rm -rf /var/lib/apt/lists/*

RUN useradd -m nonroot

0 comments on commit 0486fdc

Please sign in to comment.