add docker build for perseus

This commit is contained in:
Jakob Ketterl
2020-03-22 15:32:39 +01:00
parent 92cd65b66f
commit 9768fa7c50
4 changed files with 4 additions and 2 deletions

View File

@ -5,7 +5,7 @@ export MAKEFLAGS="-j4"
cd /tmp
STATIC_PACKAGES="libusb udev"
BUILD_PACKAGES="git make gcc autoconf automake libtool musl-dev libusb-dev shadow"
BUILD_PACKAGES="git make gcc autoconf automake libtool musl-dev libusb-dev shadow vim"
apk add --no-cache $STATIC_PACKAGES
apk add --no-cache --virtual .build-deps $BUILD_PACKAGES