Skip to content

Commit a778daf

Browse files
authored
Merge pull request #15 from xelatirdan/resolve-docker-run-problem
Add libc6-compat
2 parents 7e43e72 + 829c8d9 commit a778daf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ MAINTAINER Maxim Pogozhiy <[email protected]>
33

44
ARG TARGETARCH
55

6+
RUN apk add --no-cache libc6-compat
67
COPY sphinx-exporter /bin/sphinx_exporter
78

89
ENTRYPOINT ["/bin/sphinx_exporter"]

0 commit comments

Comments
 (0)