Skip to content

Commit

Permalink
images: fix pvagw image.
Browse files Browse the repository at this point in the history
pvagw isn't interactive, so we should use it as the entrypoint directly.

Also fix missing runtime package.
  • Loading branch information
ericonr authored and henriquesimoes committed Dec 12, 2024
1 parent a5d9727 commit 8a86ae3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion images/docker-compose-pvagw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8a86ae3

Please sign in to comment.