Skip to content

Commit 83d69a5

Browse files
committed
fixup(postgres): support arm, fix Failed to build psutil
1 parent 91c8331 commit 83d69a5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ ENV PYTHON_VERSION="3.10.4" \
88

99
ENV PGDATA /data/${PG_MAJOR}
1010

11-
RUN install-stack python $PYTHON_VERSION \
11+
RUN install-packages gcc \
12+
&& install-stack python $PYTHON_VERSION \
1213
&& install-stack postgresql $POSTGRESQL_VERSION && . init-stack \
1314
&& rm -rf \
1415
/usr/share/doc \

0 commit comments

Comments
 (0)