Skip to content

Commit

Permalink
Add bash to light image
Browse files Browse the repository at this point in the history
  • Loading branch information
pomo-mondreganto committed Jul 16, 2022
1 parent d769399 commit 1af0f07
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client_env/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ RUN apt-get update && \

FROM alpine:3.16 as image-light

RUN apk add bash

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

COPY --from=build /app/client /usr/local/bin/neo

COPY client_env/entrypoint.sh /entrypoint.sh
Expand Down

0 comments on commit 1af0f07

Please sign in to comment.