GPTfree api commited on
Commit
8170506
·
verified ·
1 Parent(s): 01b34be

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -24,6 +24,9 @@ RUN apt-get update && apt-get install -y \
24
  wget \
25
  ca-certificates \
26
  build-essential \
 
 
 
27
  && rm -rf /var/lib/apt/lists/*
28
 
29
  # glibc 2.34のインストール
 
24
  wget \
25
  ca-certificates \
26
  build-essential \
27
+ gawk \
28
+ bison \
29
+ python3 \
30
  && rm -rf /var/lib/apt/lists/*
31
 
32
  # glibc 2.34のインストール