Skip to content

Commit

Permalink
Add setuptools to Dockerfile.utils
Browse files Browse the repository at this point in the history
  • Loading branch information
teddius committed Oct 1, 2024
1 parent 0b11622 commit a89356c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.utils
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN apt-get update -qq \
&& apt-get purge -y --auto-remove \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

RUN pip install --upgrade pip && pip install twine
RUN pip install --upgrade pip && pip install twine setuptools

RUN curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg \
&& sudo chmod go+r /usr/share/keyrings/githubcli-archive-keyring.gpg \
Expand Down

0 comments on commit a89356c

Please sign in to comment.