Skip to content

Commit

Permalink
chore: alpine shell fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Sep 5, 2024
1 parent ac6a144 commit 222b5ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

FROM rust:1.80-alpine3.20

SHELL ["/bin/bash", "-exc"]

RUN apk add --no-cache \
git \
wget \
Expand All @@ -14,6 +12,8 @@ RUN apk add --no-cache \
unzip \
bash

SHELL ["/bin/bash", "-exc"]

# one of: aarch_64, x86_64
# ARG PROTOC_ARCH=x86_64
ARG TARGETPLATFORM
Expand Down

0 comments on commit 222b5ce

Please sign in to comment.