diff options
author | therealbobo | 2020-09-15 16:35:24 +0000 |
---|---|---|
committer | therealbobo | 2020-09-15 16:35:24 +0000 |
commit | 5a6f17b6439e42e829a9489575400492bcd10655 (patch) | |
tree | dfb183c32ab4730a18b9a9c9c39b802a7b9d3eda | |
parent | 1bbb63b34e593267db4332e6b9b276289e4685c4 (diff) |
minor change
-rw-r--r-- | Dockerfile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -23,7 +23,9 @@ RUN curl -sf https://gobinaries.com/tj/node-prune | sh && cd /caronte/frontend & # LAST STAGE FROM ubuntu:20.04 -COPY --from=BUILDSTAGE /caronte /caronte +COPY --from=BUILDSTAGE /caronte/caronte /caronte/caronte +COPY --from=BUILDSTAGE /caronte/frontend /caronte/frontend +COPY --from=BUILDSTAGE /caronte/shared /caronte/shared RUN apt-get update && \ DEBIAN_FRONTEND=noninteractive apt-get install -qq libpcap-dev libhyperscan-dev && \ |