Skip to content

Commit

Permalink
include make
Browse files Browse the repository at this point in the history
  • Loading branch information
sHorst committed May 13, 2019
1 parent 0adaf29 commit ece9c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bundlewrap/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ RUN apk add --no-cache --virtual .build-deps gcc musl-dev openssl openssl-dev li
RUN pip3 install --no-cache-dir bundlewrap==3.6.1 cryptography==2.6.1
RUN apk del .build-deps gcc musl-dev

RUN apk add sudo
RUN apk add sudo make

CMD [ "bw" ]

0 comments on commit ece9c81

Please sign in to comment.