Mulah commited on
Commit
f04b23c
·
1 Parent(s): 2cc6cfa

Install tk system lib (opendelta imports turtle)

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
7
  TOKENIZERS_PARALLELISM=false
8
 
9
  RUN apt-get update && apt-get install -y --no-install-recommends \
10
- build-essential git curl ca-certificates \
11
  && rm -rf /var/lib/apt/lists/*
12
 
13
  RUN useradd -m -u 1000 user
 
7
  TOKENIZERS_PARALLELISM=false
8
 
9
  RUN apt-get update && apt-get install -y --no-install-recommends \
10
+ build-essential git curl ca-certificates tk \
11
  && rm -rf /var/lib/apt/lists/*
12
 
13
  RUN useradd -m -u 1000 user