Skip to content

Commit

Permalink
Merge pull request #1677 from OpSecId/fix-ci-docker-build
Browse files Browse the repository at this point in the history
Fix CI Docker Build Task
  • Loading branch information
WadeBarnes authored Jul 30, 2024
2 parents b726451 + d155b8f commit 80c5226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build/Dockerfile.ubuntu-2004
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ RUN apt-get update -y && apt-get install -y \
# Python
python3-pip \
rubygems && \
gem install --no-document dotenv:2.8.1 fpm:1.14.2 && \
gem install --no-document public_suffix:5.1.1 dotenv:2.8.1 fpm:1.14.2 && \
pip3 install Cython==0.29.36

0 comments on commit 80c5226

Please sign in to comment.