tiny update
This commit is contained in:
@@ -12,6 +12,7 @@ RUN $build
|
|||||||
# Runtime stage
|
# Runtime stage
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
RUN apk add --no-cache libgcc
|
RUN apk add --no-cache libgcc
|
||||||
|
RUN apk add --no-cache curl msmtp lua
|
||||||
RUN apk add --no-cache openssl-libs-static
|
RUN apk add --no-cache openssl-libs-static
|
||||||
ARG binary="/app/target/release/client"
|
ARG binary="/app/target/release/client"
|
||||||
ARG target="/usr/local/bin/client"
|
ARG target="/usr/local/bin/client"
|
||||||
|
|||||||
Reference in New Issue
Block a user