Working.
This commit is contained in:
@@ -1,14 +1,11 @@
|
||||
# Create final image
|
||||
FROM alpine:latest
|
||||
FROM debian:latest
|
||||
|
||||
ARG TARGETOS
|
||||
ARG TARGETARCH
|
||||
|
||||
# Copy binary from builder
|
||||
|
||||
RUN apk update && apk add --no-cache curl bash wget gzip && rm -rf /var/cache/apk/*
|
||||
|
||||
|
||||
RUN mkdir -p /sos
|
||||
|
||||
COPY --chmod=0755 exe/simple_object_storage-${TARGETOS}-${TARGETARCH} /sos/sos
|
||||
|
Reference in New Issue
Block a user