From 8a86ae3f2657b8c4e93449fe7a2449fa8b9d9825 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Mon, 9 Dec 2024 12:43:20 -0300 Subject: [PATCH] images: fix pvagw image. pvagw isn't interactive, so we should use it as the entrypoint directly. Also fix missing runtime package. --- images/docker-compose-pvagw.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/images/docker-compose-pvagw.yml b/images/docker-compose-pvagw.yml index 7761bda..775b781 100644 --- a/images/docker-compose-pvagw.yml +++ b/images/docker-compose-pvagw.yml @@ -10,4 +10,5 @@ services: args: APP_DIRS: /opt/epics/modules/p4p RUNDIR: /opt/epics/modules/p4p/bin/linux-x86_64 - RUNTIME_PACKAGES: python3-numpy python3-ply + ENTRYPOINT: ./pvagw + RUNTIME_PACKAGES: python3-numpy python3-ply libevent-pthreads-2.1-7