diff options
-rw-r--r-- | os/Makefile | 1 | ||||
-rw-r--r-- | os/platforms/v1/Dockerfile.part | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/os/Makefile b/os/Makefile index e96643a8..9b2b494a 100644 --- a/os/Makefile +++ b/os/Makefile @@ -11,6 +11,7 @@ _pikvm: $(_BUILD_DIR) rm -rf $(_BUILD_DIR)/builder/scripts/pikvm cp -a platforms/$(PIKVM_PLATFORM) $(_BUILD_DIR)/stages/pikvm cd $(_BUILD_DIR) && make binfmt && make _rpi \ + BUILD_OPTS="--build-arg KVMD_VERSION=`bash -c '. ../kvmd/PKGBUILD; echo $pkgver'`" \ PROJECT=pi-kvm \ PLATFORM=rpi-2 \ STAGES="__init__ os ssh watchdog ro pikvm __cleanup__" \ diff --git a/os/platforms/v1/Dockerfile.part b/os/platforms/v1/Dockerfile.part index 16d08ee8..471e8566 100644 --- a/os/platforms/v1/Dockerfile.part +++ b/os/platforms/v1/Dockerfile.part @@ -1,3 +1,4 @@ +ARG KVMD_VERSION RUN pkg-install \ kvmd \ mjpg-streamer-pikvm \ |