File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ RUN groupadd --gid $USER_GID $USERNAME \
2121ARG DEBIAN_FRONEND=noninteractive
2222
2323RUN apt-get update \
24- && apt-get install -y --no-install-recommends \
24+ && apt-get install -y --no-install-recommends --ignore-missing \
2525 apt-transport-https bash-completion ca-certificates curl \
2626 debian-keyring debian-archive-keyring git gnupg htop iputils-ping iproute2 jq less \
2727 ncdu net-tools openssh-client socat strace telnet tcpdump tzdata tmux vim wget \
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ FROM ghcr.io/damyan/sak-base
33USER root
44
55RUN apt-get update \
6- && apt-get install -y --no-install-recommends \
7- build-essential delve gdb golang-1.22 -go golang-1.23 -go make python3 python3-pip \
6+ && apt-get install -y --no-install-recommends --ignore-missing \
7+ build-essential delve gdb golang-1.23 -go golang-1.24 -go make python3 python3-pip \
88 && rm -rf /var/lib/apt/lists/*
99
1010WORKDIR "/home/damyan"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM ghcr.io/damyan/sak-base
33USER root
44
55RUN apt-get update \
6- && apt-get install -y --no-install-recommends \
6+ && apt-get install -y --no-install-recommends --ignore-missing \
77 bind9-dnsutils mtr-tiny net-tools \
88 psmisc procps iperf3 tshark \
99 && rm -rf /var/lib/apt/lists/*
You can’t perform that action at this time.
0 commit comments