Spaces:
Sleeping
Sleeping
GPTfree api
commited on
Update Dockerfile
Browse files- 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のインストール
|