mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
fix: Update runner image dependencies for debian-11
This commit is contained in:
parent
8d42b80ab8
commit
28b064aa52
10
Dockerfile
10
Dockerfile
@ -33,8 +33,14 @@ FROM debian:11-slim
|
|||||||
|
|
||||||
COPY --from=go-builder /code/build/sonrd /usr/bin/sonrd
|
COPY --from=go-builder /code/build/sonrd /usr/bin/sonrd
|
||||||
|
|
||||||
# Install dependencies used for Starship
|
# Install dependencies for Debian 11
|
||||||
RUN apk add --no-cache curl make bash jq sed
|
RUN apt-get update && apt-get install -y \
|
||||||
|
curl \
|
||||||
|
make \
|
||||||
|
bash \
|
||||||
|
jq \
|
||||||
|
sed \
|
||||||
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
WORKDIR /opt
|
WORKDIR /opt
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user