Install xxd in app build Dockerfile

This commit is contained in:
Radon Rosborough 2021-08-14 20:17:14 -07:00
parent 423f3eb8ec
commit 46bbfa8844
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ deb https://dl.yarnpkg.com/debian/ stable main
EOF
apt-get update
apt-get install -y clang g++ make nodejs sudo yarn
apt-get install -y clang g++ make nodejs sudo yarn xxd
rm -rf /var/lib/apt/lists/*