Skip to content

Commit

Permalink
Docker : add python3-tk (#3648)
Browse files Browse the repository at this point in the history
* Moving Docker folder into Build

* Workflows : update Docker

* Docker : update compose image version

* Docker : fix volumes path

* Update docker file
  • Loading branch information
Chavithra authored Nov 29, 2022
1 parent 9fdfca2 commit 9e87d6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/docker/poetry.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ RUN apt-get install --no-install-recommends -y \
curl \
build-essential \
unzip \
git
git \
python3-tk

RUN curl -sL https://deb.nodesource.com/setup_16.x -o nodesource_setup.sh
RUN bash nodesource_setup.sh
Expand Down

0 comments on commit 9e87d6e

Please sign in to comment.