add bash to dockerfile
This commit is contained in:
parent
156ea1ba66
commit
2fff3a9d6c
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue