Skip to content

Commit 80c5226

Browse files
authored
Merge pull request #1677 from OpSecId/fix-ci-docker-build
Fix CI Docker Build Task
2 parents b726451 + d155b8f commit 80c5226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build/Dockerfile.ubuntu-2004

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ RUN apt-get update -y && apt-get install -y \
3535
# Python
3636
python3-pip \
3737
rubygems && \
38-
gem install --no-document dotenv:2.8.1 fpm:1.14.2 && \
38+
gem install --no-document public_suffix:5.1.1 dotenv:2.8.1 fpm:1.14.2 && \
3939
pip3 install Cython==0.29.36

0 commit comments

Comments
 (0)