We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0eb720 commit 6953f16Copy full SHA for 6953f16
1 file changed
Dockerfile
@@ -11,6 +11,7 @@ RUN cd /tmp \
11
&& export LD_LIBRARY_PATH=/opt/bitnami/postgresql/lib/:/opt/bitnami/common/lib/ \
12
&& tar zxf ${PARTMAN_VERSION}.tar.gz && cd pg_partman-${PARTMAN_VERSION#v}\
13
&& make \
14
- && make install
+ && make install \
15
+ && cd .. && rm -r pg_partman-${PARTMAN_VERSION#v} ${PARTMAN_VERSION}.tar.gz
16
17
USER 1001
0 commit comments