Dockerfile 318 B

1234567891011121314
  1. FROM alpine:latest
  2. LABEL "com.safeutils"="SafeUtils"
  3. LABEL version="0.0.1"
  4. LABEL description="110+ developer tools as secure, native MacOS, Linux & Windows desktop apps."
  5. RUN apk --no-cache add \
  6. bash \
  7. jq \
  8. curl \
  9. git \
  10. yq \
  11. # https://wiki.alpinelinux.org/wiki/Change_default_shell
  12. && sed -i s/ash/bash/ /etc/passwd