Update 'Dockerfile'
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
67f9723f0e
commit
9a3e6e5eb5
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ RUN cargo build
|
|||
|
||||
FROM alpine
|
||||
|
||||
RUN apk add --no-cache libgcc
|
||||
RUN apk add --no-cache libgcc postgresql-client
|
||||
|
||||
COPY --from=builder /opt/synapse-compressor/target/debug/synapse_compress_state /usr/local/bin/synapse_compress_state
|
||||
COPY --from=builder /opt/synapse-compressor/target/debug/synapse_auto_compressor /usr/local/bin/synapse_auto_compressor
|
||||
|
|
Loading…
Reference in a new issue