Skip to content

Commit 4039953

Browse files
committed
fix: postgressql-dev ordering
1 parent 5e3f3b2 commit 4039953

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ RUN \
181181
gcc \
182182
g++ \
183183
curl-dev \
184+
postgresql-dev \
184185
&& apk add --no-cache \
185186
libstdc++ \
186187
rsync \
@@ -204,7 +205,7 @@ RUN \
204205
libgomp \
205206
git \
206207
zip \
207-
postgresql-dev \
208+
libpq \
208209
&& docker-php-ext-install sockets pdo_mysql pdo_pgsql intl \
209210
&& apk del .deps \
210211
&& rm -rf /var/cache/apk/*

0 commit comments

Comments
 (0)