Skip to content

Commit 18fd4ce

Browse files
authored
Merge pull request #10 from atsanna/develop
Update Dockerfile
2 parents 5297bdb + 83410fe commit 18fd4ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apt-get upgrade -y
77

88
RUN apt-get install --fix-missing -y libpq-dev
99
RUN apt-get install --no-install-recommends -y libpq-dev
10-
RUN apt-get install -y libxml2-dev libbz2-dev zlib1g-dev mysql-client
10+
RUN apt-get install -y libxml2-dev libbz2-dev zlib1g-dev
1111
RUN apt-get -y install libsqlite3-dev libsqlite3-0 mariadb-client curl exif ftp
1212
RUN docker-php-ext-install intl
1313
RUN docker-php-ext-install mysqli pdo pdo_mysql

0 commit comments

Comments
 (0)