Merge pull request #3205 from Bevisy/stable-2.3-3196

stable-2.3 | packaging: Fix missing commit message in building kata-runtime
This commit is contained in:
GabyCT 2021-12-06 10:26:17 -06:00 committed by GitHub
commit 89f9672f56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,13 @@
FROM ubuntu
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y make curl sudo gcc
RUN apt-get update && \
apt-get install -y \
curl \
gcc \
git \
make \
sudo
ADD install_go.sh /usr/bin/install_go.sh
ARG GO_VERSION