Skip to content

Commit

Permalink
poetry was getting confused over python vs python3 during pkg install…
Browse files Browse the repository at this point in the history
…s - this resolved the issue.
  • Loading branch information
bahill committed Nov 20, 2024
1 parent 67a0629 commit 641cba8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ENV LANG='en_US.UTF-8' \
SBT_VERSION=1.7.1

# Install some helpful tools not included in the base image, as well as set up for JDK install
# python-is-python3 makes python3 the default, to avoid issues with poetry
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive \
&& apt-get install -yqq --no-install-recommends \
Expand All @@ -20,6 +21,7 @@ RUN apt-get update \
git \
gnupg \
locales \
python-is-python3 \
sudo \
tzdata \
unzip \
Expand Down

0 comments on commit 641cba8

Please sign in to comment.