mirror of
https://github.com/nadoo/glider.git
synced 2025-04-22 04:02:07 +08:00
Update Dockerfile
Add bind-tools and ca-certificates to Docker Image
This commit is contained in:
parent
2d16870803
commit
f4cbf94d55
@ -6,6 +6,8 @@ RUN cd /src && go build -v -ldflags "-s -w"
|
||||
|
||||
# final stage
|
||||
FROM alpine
|
||||
RUN apk -U upgrade --no-cache && \
|
||||
apk add --no-cache bind-tools ca-certificates
|
||||
WORKDIR /app
|
||||
COPY --from=build-env /src/glider /app/
|
||||
ENTRYPOINT ["./glider"]
|
||||
|
Loading…
Reference in New Issue
Block a user