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
212 B

3 years ago
3 years ago
  1. FROM alpine:3.9
  2. ENV LANG C.UTF-8
  3. ENV LANGUAGE C.UTF-8
  4. COPY test-drone /usr/local/bin/
  5. RUN chmod a+x /usr/local/bin/test-drone
  6. RUN apk add --no-cache tzdata
  7. WORKDIR /usr/local/bin/
  8. ENTRYPOINT ["test-drone"]