Skip to content

Commit 6953f16

Browse files
committed
Clean up archive and folder after make
1 parent b0eb720 commit 6953f16

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
@@ -11,6 +11,7 @@ RUN cd /tmp \
1111
&& export LD_LIBRARY_PATH=/opt/bitnami/postgresql/lib/:/opt/bitnami/common/lib/ \
1212
&& tar zxf ${PARTMAN_VERSION}.tar.gz && cd pg_partman-${PARTMAN_VERSION#v}\
1313
&& make \
14-
&& make install
14+
&& make install \
15+
&& cd .. && rm -r pg_partman-${PARTMAN_VERSION#v} ${PARTMAN_VERSION}.tar.gz
1516

1617
USER 1001

0 commit comments

Comments
 (0)