Skip to content
Snippets Groups Projects
Commit 934800a5 authored by m-guberina's avatar m-guberina
Browse files

needed tkinter too

parent f6340245
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,8 @@ COPY . .
RUN apt update && apt upgrade
RUN apt install -y python3 \
python3-pip
python3-pip \
python3-tk
# this is enough to run clik
RUN pip install -e ./python/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment