File: Dockerfile

package info (click to toggle)
golang-github-valyala-gozstd 1.21.2%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 280 kB
  • sloc: makefile: 84
file content (6 lines) | stat: -rw-r--r-- 141 bytes parent folder | download
1
2
3
4
5
6
ARG builder_image
FROM $builder_image
RUN apk --update --no-cache add ca-certificates
RUN apk --no-cache add make git

ENTRYPOINT ["/bin/sh"]