Skip to content

Commit

Permalink
Added s3cmd into Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
borisershov authored Jun 30, 2023
1 parent e3651fb commit b2e4238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN go build -o /nxs-data-anonymizer

FROM alpine

RUN apk update --no-cache && apk add --no-cache tar postgresql-client mysql-client libc6-compat
RUN apk update --no-cache && apk add --no-cache tar postgresql-client mysql-client libc6-compat s3cmd

COPY --from=build-env /nxs-data-anonymizer /

0 comments on commit b2e4238

Please sign in to comment.