Skip to content

Commit

Permalink
Remove 'src' dir
Browse files Browse the repository at this point in the history
  • Loading branch information
urpylka committed Aug 27, 2020
1 parent 896aa99 commit 951fdf4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ RUN apt-get update \
&& apt-get clean

COPY ./qemu-arm-static /usr/share/qemu-arm-static

COPY ./src /tmp/src
COPY ./qemu-wrapper.c /tmp/src/qemu-wrapper.c
RUN gcc -static /tmp/src/qemu-wrapper.c -O3 -s -o /usr/share/qemu-wrapper && rm -rf /tmp/src

COPY ./img-tool /usr/sbin/
Expand Down
File renamed without changes.

0 comments on commit 951fdf4

Please sign in to comment.