Skip to content

Commit

Permalink
Removed COPY Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Roja Eswaran <roja@zededa.com>
  • Loading branch information
roja-zededa committed Sep 3, 2024
1 parent 547815d commit df6005f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/xen/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ ADD ${XEN_SOURCE} /xen.tar.gz
RUN [ -f "$(basename ${XEN_SOURCE})" ] || tar --absolute-names -xz < /xen.tar.gz && mv "/xen-${XEN_VERSION}" /xen

WORKDIR /xen/xen
COPY *.patch arch /tmp/
RUN chmod +x scripts/* || :

RUN make defconfig && \
Expand Down

0 comments on commit df6005f

Please sign in to comment.