zip, unzip, wget, tar, gzip, xz, rsync
This commit is contained in:
+15
-1
@@ -1,7 +1,21 @@
|
||||
FROM golang:1.26-bookworm
|
||||
ARG GOLANGCI_LINT_VERSION=v2.12.2
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends ca-certificates curl gnupg bash git jq && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
ca-certificates \
|
||||
gnupg \
|
||||
bash \
|
||||
git \
|
||||
curl \
|
||||
wget \
|
||||
jq \
|
||||
zip \
|
||||
unzip \
|
||||
file \
|
||||
tar \
|
||||
gzip \
|
||||
xz-utils \
|
||||
rsync && \
|
||||
mkdir -p /etc/apt/keyrings && \
|
||||
curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key \
|
||||
| gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg && \
|
||||
|
||||
Reference in New Issue
Block a user