mirror of
https://github.com/dolthub/dolt.git
synced 2026-03-06 00:58:43 -06:00
Fix some Dockerfiles used in CI to include libicu-dev.
This commit is contained in:
@@ -15,6 +15,7 @@ RUN apt install -y curl wget git
|
||||
RUN \
|
||||
apt-get install -y \
|
||||
build-essential \
|
||||
libicu-dev \
|
||||
tcl \
|
||||
lsb-release
|
||||
|
||||
|
||||
@@ -11,6 +11,7 @@ RUN apt update -y && \
|
||||
apt update -y && \
|
||||
apt install -y \
|
||||
build-essential \
|
||||
libicu-dev \
|
||||
git \
|
||||
mysql-client \
|
||||
mysql-server \
|
||||
|
||||
Reference in New Issue
Block a user