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 13, 2024
1 parent 02b6c49 commit fe30022
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 fe30022

Please sign in to comment.