add bash to dockerfile

This commit is contained in:
Freya Murphy 2023-07-03 02:00:52 -04:00
parent 156ea1ba66
commit 2fff3a9d6c

View file

@ -8,8 +8,7 @@ RUN cargo build --release
FROM alpine
RUN apk add --no-cache tini
RUN adduser -DH block
USER block
RUN apk add --no-cache bash
COPY --from=builder /app/target/release/bashttp /bashttp
ENV CONFIG_PATH=/config