Skip to content

Commit

Permalink
add comment about gem install referencing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
GhostofGoes committed May 3, 2024
1 parent 3ecd427 commit 5efa97f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,10 @@ RUN cmake -j$(nproc) -D BUILD_GOBENNU=OFF ../ \
&& make -j$(nproc) install \
&& rm -rf /tmp/*

# Gem install failures: https://github.com/jordansissel/fpm/issues/2048
# For now, manually install dotenv 2.8.1
RUN gem install dotenv -v 2.8.1 && gem install fpm -v 1.15.1

RUN python3 -m pip install --no-cache-dir --upgrade aptly-ctl pip setuptools twine wheel

WORKDIR /root
Expand Down

0 comments on commit 5efa97f

Please sign in to comment.