Skip to content

Commit

Permalink
Fix ubuntu-16.04-oe
Browse files Browse the repository at this point in the history
This change fixes ubuntu-16.04-oe, which still has an old version of
pip. Use the old version of iterfzf that still has setup.py.
  • Loading branch information
kevinbreit-garmin authored and JoshuaWatt committed Sep 26, 2023
1 parent 0623280 commit 0322c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ RUN set -x && export DEBIAN_FRONTEND=noninteractive && \
&& rm -rf /var/lib/apt/lists/*

# Python modules used by resulttool
RUN python3 -m pip install jinja2 iterfzf
RUN python3 -m pip install jinja2 iterfzf==0.5.0.20.0

# Copy prebuilt items
COPY --from=prebuilt-icecream /dist/icecream /
Expand Down

0 comments on commit 0322c08

Please sign in to comment.