We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ef267c commit a7bf33eCopy full SHA for a7bf33e
1 file changed
.buildbot_dockerfile_debian
@@ -1,8 +1,8 @@
1
-FROM debian:bullseye
+FROM debian:latest
2
ARG CI_UID
3
RUN useradd -m -u ${CI_UID} ci
4
RUN apt-get update && \
5
- apt-get -y install flake8 procps
+ apt-get -y install build-essential flake8 procps
6
WORKDIR /ci
7
RUN chown ${CI_UID}:${CI_UID} .
8
COPY --chown=${CI_UID}:${CI_UID} . .
0 commit comments