Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: base pipeline builder off alpine #768

Merged
merged 13 commits into from
Dec 20, 2024
Prev Previous commit
Next Next commit
fix: add dbus to chromium
danistrebel committed Dec 20, 2024
commit e30621bbe2bb4fb914e04d724327fd67cb938620
3 changes: 2 additions & 1 deletion tools/pipeline-runner/Dockerfile
Original file line number Diff line number Diff line change
@@ -48,7 +48,8 @@ RUN apk add --no-cache \
make \
go \
yq \
protobuf-dev
protobuf-dev \
dbus

# Reduce nighly log (note: -ntp requires maven 3.6.1+)
RUN mv /usr/bin/mvn /usr/bin/_mvn &&\