Skip to content

Commit

Permalink
add python3 (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
llamafilm authored Feb 16, 2024
1 parent 9b4288f commit d7fb031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY . .
RUN export CGO_ENABLED=0 && make build

FROM alpine:3.19.1
RUN apk add --no-cache --update bash curl jq ca-certificates tini
RUN apk add --no-cache --update bash curl jq ca-certificates tini python3
COPY --from=build /build/bin/script_exporter /bin/script_exporter
EXPOSE 9469
ENTRYPOINT ["/sbin/tini", "--", "/bin/script_exporter"]

0 comments on commit d7fb031

Please sign in to comment.