feat(build): add Dockerfile (#168)
This commit is contained in:
parent
cbfcce1dd6
commit
f367d198f9
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
FROM alpine:3.19
|
||||||
|
|
||||||
|
# glibc compatibility
|
||||||
|
RUN apk add --no-cache gcompat libstdc++
|
||||||
|
|
||||||
|
# copy gsc-tool
|
||||||
|
COPY --chmod=755 gsc-tool /usr/local/bin/
|
||||||
|
|
||||||
|
ENTRYPOINT ["/usr/local/bin/gsc-tool"]
|
Loading…
Reference in New Issue
Block a user