Skip to content

Commit

Permalink
fix install command
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-zuyev committed Jun 30, 2021
1 parent 8437b88 commit 053b73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installers/linux/kvm/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN DEBIAN_FRONTEND=noninteractive \
make \
pkg-config \
curl \
libvirt-dev:arm64 \
libvirt-dev:arm64 && \
dpkg --configure -a

RUN curl -sSL https://golang.org/dl/go${GO_VERSION}.linux-amd64.tar.gz | tar -C /usr/local -xzf -
Expand Down

0 comments on commit 053b73b

Please sign in to comment.