Skip to content

Commit

Permalink
docker: do not remove build dep which might be needed by extension (A…
Browse files Browse the repository at this point in the history
  • Loading branch information
yugangw-msft authored and marstr committed Jan 22, 2019
1 parent f3139c6 commit 361ccda
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ RUN /bin/bash -c 'TMP_PKG_DIR=$(mktemp -d); \
| xargs -r apk info --installed \
| sort -u \
)" \
&& apk add --virtual .rundeps $runDeps \
&& apk del .build-deps
&& apk add --virtual .rundeps $runDeps

WORKDIR /

Expand Down

0 comments on commit 361ccda

Please sign in to comment.