Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasudevan Perumal committed Nov 26, 2023
1 parent 5fec2d0 commit b4c529f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,11 @@ RUN apt install --fix-broken --yes --no-install-recommends \
&& apt clean


# WORKDIR /root/image_build
WORKDIR /root/image_build

# RUN git clone https://github.com/Vasu77df/mkosi-immutable-ubuntu-build.git
RUN git clone https://github.com/Vasu77df/mkosi-immutable-ubuntu-build.git

WORKDIR /root/image_build/mkosi-immutable-ubuntu-build
COPY . /root/image_build/mkosi-immutable-ubuntu-build
RUN chmod 600 mkosi.rootpw

# Allow installing stuff to system Python.
Expand Down

0 comments on commit b4c529f

Please sign in to comment.