We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf03eba commit 17b3ff5Copy full SHA for 17b3ff5
libc/utils/buildbot/Dockerfile
@@ -2,10 +2,9 @@ FROM debian:10
2
3
# Installing dependencies.
4
RUN dpkg --add-architecture i386
5
-RUN apt-get update
6
-RUN apt-get install -y build-essential clang subversion git vim \
7
- zip libstdc++6:i386 file binutils-dev binutils-gold cmake python-pip \
8
- ninja-build
+RUN apt-get update && apt-get install -y build-essential clang subversion git \
+ vim zip libstdc++6:i386 file binutils-dev binutils-gold cmake python-pip \
+ ninja-build python3
9
RUN python -m pip install buildbot-worker==2.8.4
10
11
# Temporary dependencies for AOR tests.
0 commit comments