Skip to content

Commit

Permalink
TEST setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Jul 18, 2023
1 parent 96c1b73 commit ef79f8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions debian-bookworm/osvb.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ RUN apt-get update -qq \
&& DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends \
g++ \
git \
python3-dev \
python3-setuptools \
python3-wheel
python3-dev

RUN pip3 install -U setuptools wheel

RUN mkdir /tmp/osvb \
&& git clone -b master --recurse-submodules https://github.com/cocotb/cocotb /tmp/cocotb \
Expand Down

0 comments on commit ef79f8b

Please sign in to comment.