Skip to content

Commit

Permalink
fix: upgrade pip
Browse files Browse the repository at this point in the history
  • Loading branch information
plaformsre committed Apr 12, 2024
1 parent 6faf3d2 commit 49bebb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ RUN set -x && \
apt-get install -y ${UBUNTU_SYSTEM_PACKAGES_LIST} linux-headers-${DISTRO} && \
apt-get autoclean && \
apt-get --purge -y autoremove && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && \
pip install pip setuptools --upgrade

# compile bcc
RUN git clone https://github.com/iovisor/bcc.git && \
Expand Down

0 comments on commit 49bebb7

Please sign in to comment.