update submodule
This commit is contained in:
parent
09232a2fe9
commit
33b27c1d3e
@ -9,7 +9,10 @@ RUN cargo build --release
|
||||
FROM debian:bookworm-slim
|
||||
RUN useradd -m -u 1000 appuser && \
|
||||
apt-get update && apt-get upgrade -y && \
|
||||
apt-get install -y --fix-missing ca-certificates curl jq git && \
|
||||
apt-get install -y --fix-missing \
|
||||
ca-certificates curl jq git \
|
||||
net-tools iputils-ping dnsutils \
|
||||
netcat-openbsd telnet procps && \
|
||||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
WORKDIR /app
|
||||
COPY --from=builder /app/target/release/sdk_storage /usr/local/bin/sdk_storage
|
||||
|
Loading…
x
Reference in New Issue
Block a user