mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-11 17:53:53 +00:00
11 lines
308 B
Docker
11 lines
308 B
Docker
# Tag: 36aecb5cf4738737634140eec9abebe1f6559a39
|
|
FROM mobylinux/alpine-build-c@sha256:d66b9625abc831f28f8c584991a9cb6975e85d3bb3d3768474b592f1cf32a3a6
|
|
|
|
COPY . /tap-vsockd
|
|
|
|
WORKDIR /tap-vsockd
|
|
|
|
RUN cc -Wall -Werror tap-vsockd.c hvsock.c protocol.c -lpthread -o tap-vsockd
|
|
|
|
CMD ["tar", "cf", "-", "tap-vsockd"]
|