Loading Dockerfile.slim +5 −2 Original line number Diff line number Diff line FROM alpine:latest FROM debian:12-slim RUN apk --no-cache add curl rsync git openssh-client xmlstarlet jq bash ENV DEBIAN_FRONTEND=noninteractive RUN apt-get -qq update && \ apt-get install -qqy --no-install-recommends \ ca-certificates curl git jq openssh-client rsync xmlstarlet Loading
Dockerfile.slim +5 −2 Original line number Diff line number Diff line FROM alpine:latest FROM debian:12-slim RUN apk --no-cache add curl rsync git openssh-client xmlstarlet jq bash ENV DEBIAN_FRONTEND=noninteractive RUN apt-get -qq update && \ apt-get install -qqy --no-install-recommends \ ca-certificates curl git jq openssh-client rsync xmlstarlet