From 2aeada8b52a4bb68eb9f10da77c149636b9303ab Mon Sep 17 00:00:00 2001 From: OZun <68309577+ozun215@users.noreply.github.com> Date: Wed, 24 Aug 2022 23:41:44 +0900 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3dc163ec..189add99 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,8 +4,8 @@ RUN echo "deb-src http://deb.debian.org/debian bullseye main" >> /etc/apt/source RUN echo "deb-src http://deb.debian.org/debian-security bullseye-security main" >> /etc/apt/sources.list RUN apt-get update -y RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends build-essential git-buildpackage -RUN git clone https://github.com/ozun215/shim-review.git -WORKDIR /shim-review +RUN git clone https://github.com/ozun215/shim-review-1.git +WORKDIR /shim-review-1 RUN git checkout gooroom-3.0 WORKDIR / RUN git clone https://github.com/gooroom/shim.git