1
0
Fork 0

Remove bash from the final container
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Daniele Tricoli 2022-03-11 18:53:52 +01:00
parent 89a16115e2
commit 56540639e0
1 changed files with 0 additions and 2 deletions

View File

@ -12,8 +12,6 @@ FROM alpine:3.15
COPY --from=builder /app/telegram-group2mastodon /bin/telegram-group2mastodon
RUN apk --no-cache add bash
RUN addgroup -S appgroup && adduser -S appuser -G appgroup
USER appuser