forked from mirrors/kingfisher
Fixing issue with dockerfile. Removed non-existent sh package from apk command
This commit is contained in:
parent
2d3839cc90
commit
7345f159c9
1 changed files with 2 additions and 2 deletions
|
|
@ -1,9 +1,9 @@
|
|||
# syntax=docker/dockerfile:1
|
||||
FROM alpine:latest
|
||||
|
||||
RUN apk add --no-cache curl tar git sh
|
||||
RUN apk add --no-cache curl tar git
|
||||
|
||||
ARG TARGETARCH # set automatically by BuildKit
|
||||
ARG TARGETARCH
|
||||
ENV TARGETARCH=${TARGETARCH}
|
||||
|
||||
WORKDIR /app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue