Skip to content

Commit dcdbed2

Browse files
committed
staging: add bash to alpine container
The previous commmit did not include the dockerfile. Signed-off-by: Daniel Wagner <wagi@kernel.org>
1 parent 64036e3 commit dcdbed2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

staging/Dockerfile.alpine

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ RUN apk update && \
2222
libarchive-dev \
2323
python3 \
2424
py3-yaml \
25+
bash \
2526
&& apk cache clean && \
2627
rm -rf /var/cache/apk/* /tmp/* /var/tmp/*
2728

0 commit comments

Comments
 (0)