Skip to content

Commit

Permalink
enabler: Include poetry in image
Browse files Browse the repository at this point in the history
  • Loading branch information
sbyrnes committed Mar 17, 2024
1 parent b2ed495 commit f0ccd1a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
make \
vim nano emacs

# Install Poetry to save our friends some time and confusion
RUN curl -sSL https://install.python-poetry.org | python3 -
RUN poetry self update

# Create user account "lab" for workshop participant
RUN adduser --gecos "" clab && usermod -aG sudo clab

Expand Down

0 comments on commit f0ccd1a

Please sign in to comment.