Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ozun215 authored Aug 24, 2022
1 parent 7054829 commit 2aeada8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2aeada8

Please sign in to comment.