There was an error while loading. Please reload this page.
1 parent 65b7639 commit 54454b0Copy full SHA for 54454b0
infra/ansible/e2e_tests.Dockerfile
@@ -3,10 +3,6 @@ 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
@@ -39,4 +35,4 @@ RUN pip install *.whl
39
35
WORKDIR /
40
36
41
37
# Clean-up unused directories.
42
-RUN rm -rf /ansible /tmp/wheels
38
+RUN rm -rf /ansible /tmp/wheels
0 commit comments