Skip to content

Commit 9158f45

Browse files
authored
Merge pull request #93 from vdice/feat/add-wget
feat(rootfs/Dockerfile): add wget
2 parents 0cc12cc + 44d959d commit 9158f45

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rootfs/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
2525
python-setuptools \
2626
unzip \
2727
upx \
28+
wget \
2829
zip \
2930
openssh-client \
3031
--no-install-recommends \

0 commit comments

Comments
 (0)