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.

14 lines
360 B

8 years ago
  1. FROM debian:bullseye
  2. # https://packages.debian.org/bullseye/<package>
  3. RUN DEBIAN_FRONTEND=noninteractive \
  4. && apt-get update \
  5. && apt-get -y install \
  6. ca-certificates=20210119 \
  7. curl=7.74.0-1.3 \
  8. gettext-base=0.21-4 \
  9. jq=1.6-2.1 \
  10. && apt-get clean
  11. COPY bin/ /opt/resource/
  12. COPY tag /opt/resource/version
  13. RUN chmod +x /opt/resource/*