ci(docker_cache): require compilation tools

!184 #23
This commit is contained in:
2024-01-15 00:15:19 +09:30
parent cefc16d145
commit c5f9ae33a5

View File

@ -51,7 +51,8 @@ RUN export DEBIAN_FRONTEND=noninteractive \
git \ git \
postgresql-common \ postgresql-common \
postgresql-client \ postgresql-client \
mariadb-client mariadb-client \
build-essential
RUN export DEBIAN_FRONTEND=noninteractive \ RUN export DEBIAN_FRONTEND=noninteractive \