fix(framecache): remove fc_test_consumer from docker image
This commit is contained in:
parent
04e6646e6e
commit
69eefdb512
1 changed files with 0 additions and 2 deletions
|
|
@ -18,9 +18,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY --from=builder /build/framecache /usr/local/bin/framecache
|
||||
COPY --from=builder /build/fc_pipe /usr/local/bin/fc_pipe
|
||||
COPY --from=builder /build/net_ingest /usr/local/bin/net_ingest
|
||||
COPY --from=builder /build/fc_test_consumer /usr/local/bin/fc_test_consumer 2>/dev/null || true
|
||||
|
||||
# /dev/shm/framecache is created at runtime (tmpfs)
|
||||
RUN mkdir -p /dev/shm/framecache
|
||||
|
|
|
|||
Loading…
Reference in a new issue