Skip to content

Commit

Permalink
Merge pull request #18 from yosukes-dev/yosukes-dev-patch-issue-8
Browse files Browse the repository at this point in the history
Include 'net-tools' package
  • Loading branch information
yosukes-dev authored Jan 24, 2023
2 parents 1267083 + 43f6484 commit c7e783a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ rootfs: base.tar

base.tar:
@echo -e '\e[1;31mExporting base.tar using docker...\e[m'
docker run --name amazonwsl library/amazonlinux:2.0.20220606.1 /bin/bash -c "yum update -y; yum install -y util-linux-ng; yum clean all; rm -rf /var/cache/yum; pwconv; grpconv; chmod 0744 /etc/shadow; chmod 0744 /etc/gshadow;"
docker run --name amazonwsl library/amazonlinux:2.0.20220606.1 /bin/bash -c "yum update -y; yum install -y net-tools util-linux-ng; yum clean all; rm -rf /var/cache/yum; pwconv; grpconv; chmod 0744 /etc/shadow; chmod 0744 /etc/gshadow;"
docker export --output=base.tar amazonwsl
docker rm -f amazonwsl

Expand Down

0 comments on commit c7e783a

Please # to comment.