This commit is contained in:
parent
990c85ee77
commit
79b11a24ad
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ LABEL version="1.0"
|
|||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
RUN apt-get update && apt-get install -qy --no-install-recommends \
|
||||
curl software-properties-common git sudo zstd openssh-client make unzip nodejs python3 jq curl && \
|
||||
curl software-properties-common git sudo zstd openssh-client make unzip nodejs python3 jq curl bzip2 && \
|
||||
install -m 0755 -d /etc/apt/keyrings && \
|
||||
curl -fsSL https://download.docker.com/linux/debian/gpg -o /etc/apt/keyrings/docker.asc && \
|
||||
chmod a+r /etc/apt/keyrings/docker.asc && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue