Skip to content

Commit da2c4d8

Browse files
committed
add missing slash
1 parent 94b62ca commit da2c4d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/kicbase/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ RUN sh -c "echo 'deb https://download.docker.com/linux/ubuntu focal stable' > /e
124124
# install buildkit
125125
RUN export ARCH=$(dpkg --print-architecture | sed 's/ppc64el/ppc64le/' | sed 's/armhf/arm-v7/') \
126126
&& echo "Installing buildkit ..." \
127-
&& addgroup --system buildkit
127+
&& addgroup --system buildkit \
128128
&& export BUILDKIT_BASE_URL="https://github.com/moby/buildkit/releases/download/${BUILDKIT_VERSION}" \
129129
&& curl -sSL --retry 5 --output /tmp/buildkit.tgz "${BUILDKIT_BASE_URL}/buildkit-${BUILDKIT_VERSION}.linux-${ARCH}.tar.gz" \
130130
&& tar -C /usr/local -xzvf /tmp/buildkit.tgz \

0 commit comments

Comments
 (0)