Skip to content

Commit

Permalink
Merge branch 'cert-update'
Browse files Browse the repository at this point in the history
  • Loading branch information
hanatyan128 committed Jan 12, 2025
2 parents 98f43de + 196f315 commit c105346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN GOOS=linux GOARCH=$TARGETARCH go build -ldflags="-w -s" -v -o srtrelay .
FROM debian:bookworm
RUN apt-get update && \
apt-get upgrade -y && \
apt-get install --no-install-recommends -y libssl3 && \
apt-get install --no-install-recommends -y libssl3 ca-certificates && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
RUN useradd -l -m -r srtrelay
Expand Down

0 comments on commit c105346

Please sign in to comment.