Skip to content

Commit d109a6c

Browse files
committed
Merge branch 'master' of https://github.com/duanhongyi/postgres
2 parents ccb43ae + 50d89c3 commit d109a6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN pip install --upgrade setuptools && \
2929
azure-storage==0.20.0
3030

3131
# cleanup
32-
RUN apt-get purge -y --auto-remove $buildDeps && \
32+
RUN apt-get purge -y --auto-remove $BUILD_DEPS && \
3333
apt-get autoremove -y && \
3434
apt-get clean -y
3535

0 commit comments

Comments
 (0)