Skip to content

Commit

Permalink
Added missing -y flag to docker run command (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
markopoloparadox authored Dec 5, 2023
1 parent af7b5d9 commit 3b1f519
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ RUN cp ./target/release/data-avail .
# =========================
FROM debian:12.2-slim

RUN apt update -y && \
apt install curl
RUN apt update -y && apt install curl -y

COPY --from=builder /da/src/data-avail /usr/local/bin/data-avail
RUN chmod +x /usr/local/bin/data-avail

Expand Down

0 comments on commit 3b1f519

Please sign in to comment.