Skip to content

Commit

Permalink
chore: fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehco1996 committed May 15, 2023
1 parent c7a0da5 commit cfa5ef9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ RUN --mount=type=cache,target=/home/runner/go/pkg/mod \

FROM debian:buster-slim

RUN apt update &&
apt install -y --no-install-recommends ca-certificates curl
RUN apt update && apt install -y --no-install-recommends ca-certificates curl

WORKDIR /bin/

Expand Down

0 comments on commit cfa5ef9

Please sign in to comment.