Skip to content

Commit 54454b0

Browse files
authored
Revert "Install gcc-10 (#5450)"
This reverts commit 65b7639.
1 parent 65b7639 commit 54454b0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

infra/ansible/e2e_tests.Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ ARG debian_version=buster
33

44
FROM python:${python_version}-${debian_version} AS build
55

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-
106
WORKDIR /ansible
117
RUN pip install ansible
128
COPY . /ansible
@@ -39,4 +35,4 @@ RUN pip install *.whl
3935
WORKDIR /
4036

4137
# Clean-up unused directories.
42-
RUN rm -rf /ansible /tmp/wheels
38+
RUN rm -rf /ansible /tmp/wheels

0 commit comments

Comments
 (0)