File: Dockerfile

package info (click to toggle)
powerline-taskwarrior 0.7.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 160 kB
  • sloc: python: 184; sh: 13; makefile: 3
file content (8 lines) | stat: -rw-r--r-- 125 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
FROM alpine

RUN apk add --no-cache task python3 py2-pip \
 && yes yes|task version

COPY test.sh /test.sh

CMD ["/test.sh"]