Skip to content

Commit

Permalink
Add golang to ci-base-image
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jan 14, 2025
1 parent b21a459 commit 9f52236
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ RUN apt-get -y -o APT::Install-Suggests=0 install \
locales-all \
rsync \
libgl1 \
cargo
cargo \
golang

RUN useradd -G sudo -m runner
RUN apt-get clean
Expand Down

0 comments on commit 9f52236

Please sign in to comment.