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 55249ed commit 65b7639Copy full SHA for 65b7639
infra/ansible/e2e_tests.Dockerfile
@@ -3,6 +3,10 @@ ARG debian_version=buster
3
4
FROM python:${python_version}-${debian_version} AS build
5
6
+RUN echo 'deb http://deb.debian.org/debian bullseye main' >> /etc/apt/sources.list
7
+RUN apt-get update
8
+RUN apt-get install -y gcc-10
9
+
10
WORKDIR /ansible
11
RUN pip install ansible
12
COPY . /ansible
@@ -35,4 +39,4 @@ RUN pip install *.whl
35
39
WORKDIR /
36
40
37
41
# Clean-up unused directories.
38
-RUN rm -rf /ansible /tmp/wheels
42
+RUN rm -rf /ansible /tmp/wheels
0 commit comments