mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 04:57:08 +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
|
||||
|
||||
# Install dependencies used for Starship
|
||||
RUN apk add --no-cache curl make bash jq sed
|
||||
# Install dependencies for Debian 11
|
||||
RUN apt-get update && apt-get install -y \
|
||||
curl \
|
||||
make \
|
||||
bash \
|
||||
jq \
|
||||
sed \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
WORKDIR /opt
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user