Skip to content

Commit

Permalink
[ws-manager] Improve devx for ws-manager docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
geropl committed Jul 8, 2021
1 parent 34aa6fb commit 75bc477
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/ws-manager/leeway.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ FROM alpine:3.14

# Ensure latest packages are present, like security updates.
RUN apk upgrade --no-cache \
&& apk add --no-cache ca-certificates
# bash: for devx
# tar: make kubectl cp work
&& apk add --no-cache ca-certificates bash tar

COPY components-ws-manager--app/ws-manager /app/ws-manager
ENTRYPOINT [ "/app/ws-manager" ]
Expand Down

0 comments on commit 75bc477

Please sign in to comment.