Commit 69e2c7e3 authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: remove ca-certificates

parent 9c8176e2
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -4,6 +4,5 @@ FROM alpine:3.22
# install ssh-client
RUN apk add --no-cache \
  openssh-client \
  ca-certificates \
  bash && \
  apk cache clean