Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
- install git because duh
  • Loading branch information
dweomer authored Apr 3, 2024
1 parent f467e9e commit 456f130
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ RUN apt-get update -y \
&& apt-get install -y --no-install-recommends \
sudo \
lsb-release \
git \
&& rm -rf /var/lib/apt/lists/*

RUN adduser --disabled-password --gecos "" --uid 1001 runner \
Expand Down

0 comments on commit 456f130

Please sign in to comment.