dont need package
This commit is contained in:
parent
c8e83b401a
commit
0557a13ef6
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ WORKDIR /tmp
|
||||||
RUN \
|
RUN \
|
||||||
echo "**** Update package lists and install base tools ****" && \
|
echo "**** Update package lists and install base tools ****" && \
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get update && \
|
DEBIAN_FRONTEND=noninteractive apt-get update && \
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get install -y curl wget gnupg2 ca-certificates apt-transport-https software-properties-common && \
|
DEBIAN_FRONTEND=noninteractive apt-get install -y curl wget gnupg2 ca-certificates apt-transport-https && \
|
||||||
echo "**** Download external packages ****" && \
|
echo "**** Download external packages ****" && \
|
||||||
case ${TARGETARCH} in \
|
case ${TARGETARCH} in \
|
||||||
"amd64") DOWNLOAD_ARCH=linux-amd64 ;; \
|
"amd64") DOWNLOAD_ARCH=linux-amd64 ;; \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue