initial setting at 20-Aug-2025

This commit is contained in:
2025-08-20 19:15:19 +09:00
parent eab529bd3b
commit 1ba305641e
149 changed files with 170449 additions and 1802 deletions

View File

@ -39,6 +39,13 @@ RUN apt-get install -y python3
RUN apt-get update && apt-get install -y \
python3-pip
# libpqをアップグレード Added by Akira 2025-5-13
RUN apt-get update && apt-get install -y \
postgresql-client \
libpq-dev \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
# ベースイメージの更新とパッケージのインストール
RUN apt-get update && \
apt-get install -y \