File: Dockerfile

package info (click to toggle)
golang-github-google-certificate-transparency 1.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,744 kB
  • sloc: sh: 606; makefile: 103; sql: 16
file content (7 lines) | stat: -rw-r--r-- 192 bytes parent folder | download
1
2
3
4
5
6
7
FROM alpine:3.21@sha256:21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45

RUN apk add --no-cache gettext

ADD envsubst_inplace.sh /entrypoint.sh

ENTRYPOINT ["/entrypoint.sh"]