You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
471 B

8 years ago
  1. # debian (stable) as of 2021-12-12
  2. FROM debian:bullseye
  3. LABEL org.opencontainers.image.authors="Drew Short <warrick@sothr.com>"
  4. # https://packages.debian.org/bullseye/<package>
  5. RUN DEBIAN_FRONTEND=noninteractive \
  6. && apt-get update \
  7. && apt-get -y install \
  8. ca-certificates=20210119 \
  9. curl=7.74.0-1.3+b1 \
  10. gettext-base=0.21-4 \
  11. jq=1.6-2.1 \
  12. && apt-get clean
  13. COPY bin/ /opt/resource/
  14. COPY tag /opt/resource/version
  15. RUN chmod +x /opt/resource/*