mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-12 13:22:28 +00:00
packaging: Fix missing commit message in building kata-runtime
add `git` package to the shim-v2 build image Fixes: #3196 Backport PR: #3197 Signed-off-by: Binbin Zhang <binbin36520@gmail.com>
This commit is contained in:
parent
f068057073
commit
be5468fda7
@ -5,7 +5,13 @@
|
|||||||
FROM ubuntu
|
FROM ubuntu
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
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
|
ADD install_go.sh /usr/bin/install_go.sh
|
||||||
ARG GO_VERSION
|
ARG GO_VERSION
|
||||||
|
Loading…
Reference in New Issue
Block a user