Skip to content

Commit

Permalink
use venv in alpine runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Mar 16, 2024
1 parent c6d0357 commit 0cce6ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,6 @@ COPY --from=runtime_prep /assets /
# install runtime system dependencies, collected from install.sh scripts
RUN ibek support apt-install --runtime

ENTRYPOINT ["/bin/bash", "-c", "${IOC}/start.sh"]
ENTRYPOINT ["/bin/sh", "${IOC}/start.sh"]


0 comments on commit 0cce6ed

Please sign in to comment.