From 9fdf596463d77887b08742ae38f9486a5b352952 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Mon, 20 Feb 2023 00:23:02 +0900 Subject: [PATCH] fix: php zip, 7-zip --- hidche/app/Dockerfile | 2 +- hidche/board/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hidche/app/Dockerfile b/hidche/app/Dockerfile index b9bba83..e619e3b 100644 --- a/hidche/app/Dockerfile +++ b/hidche/app/Dockerfile @@ -5,7 +5,7 @@ ENV LC_ALL=C.UTF-8 RUN apt -y update ;\ apt -y install \ - bzip2 git rsync \ + bzip2 zip unzip p7zip-full git rsync \ libmemcached-dev libcurl4-openssl-dev \ libicu-dev libjpeg-dev libpng-dev libwebp-dev libavif-dev libfreetype6-dev \ libzip-dev libxml2-dev libsqlite3-dev gosu build-essential; diff --git a/hidche/board/Dockerfile b/hidche/board/Dockerfile index a1e3b09..9693a6e 100644 --- a/hidche/board/Dockerfile +++ b/hidche/board/Dockerfile @@ -5,7 +5,7 @@ ENV LC_ALL=C.UTF-8 RUN apt -y update ;\ apt -y install \ - bzip2 git rsync \ + bzip2 zip unzip p7zip-full git rsync \ libmemcached-dev libcurl4-openssl-dev \ libicu-dev libjpeg-dev libpng-dev libwebp-dev libavif-dev libfreetype6-dev \ libzip-dev libxml2-dev libsqlite3-dev gosu build-essential;