Skip to content

Commit

Permalink
add 1113
Browse files Browse the repository at this point in the history
--ci vlmcsd/1113-2020-03-28
  • Loading branch information
linianhui committed Nov 10, 2024
1 parent cf1bb80 commit 78607b4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions image/vlmcsd/1113-2020-03-28/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
FROM alpine:latest as builder
WORKDIR /root
RUN apk add --no-cache git make build-base && \
git clone --branch master --single-branch https://github.com/Wind4/vlmcsd.git && \
cd vlmcsd/ && \
make

FROM alpine:latest
WORKDIR /root/
COPY --from=builder /root/vlmcsd/bin/vlmcsd /usr/bin/vlmcsd
EXPOSE 1688/tcp
CMD [ "/usr/bin/vlmcsd", "-D", "-d" ]

0 comments on commit 78607b4

Please sign in to comment.