We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ad93e6 commit e638547Copy full SHA for e638547
1 file changed
platform/mellanox/docker-syncd-mlnx/Dockerfile.j2
@@ -29,20 +29,17 @@ ENV DEBIAN_FRONTEND=noninteractive
29
RUN apt-get update && \
30
apt-get install -y \
31
libxml2 \
32
- python-dev \
33
python3-pip \
34
python3-dev \
+ python-is-python3 \
35
{%- if ENABLE_ASAN == "y" %}
36
libasan6 \
37
{%- endif %}
38
- python-setuptools \
39
python3-setuptools
40
41
RUN pip3 install --upgrade pip
42
RUN apt-get purge -y python-pip
43
44
-RUN curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output get-pip.py
45
-
46
{% if docker_syncd_mlnx_debs.strip() -%}
47
# Copy locally-built Debian package dependencies
48
{{ copy_files("debs/", docker_syncd_mlnx_debs.split(' '), "/debs/") }}
0 commit comments