Refactor Dockerfiles for Gitea runners: update package installations, remove obsolete files, and enhance build configurations
This commit is contained in:
@@ -2,18 +2,17 @@ FROM local/gitea-runner-base:latest
|
||||
|
||||
# go-build runner profile: dedicated Go build environment.
|
||||
USER root
|
||||
RUN apk add --no-cache \
|
||||
bash \
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
ca-certificates \
|
||||
curl \
|
||||
git \
|
||||
go \
|
||||
golang-go \
|
||||
jq \
|
||||
make \
|
||||
openssh-client \
|
||||
python3 \
|
||||
py3-pip \
|
||||
python3-pip \
|
||||
rsync \
|
||||
unzip \
|
||||
yq \
|
||||
zip
|
||||
zip \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
Reference in New Issue
Block a user