Guest User

Untitled

a guest
Mar 22nd, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. ARG NODE_VERSION
  2. ARG TIMEZONE
  3. FROM node:${NODE_VERSION}-alpine
  4.  
  5. RUN apk add --no-cache \
  6. zip \
  7. bash \
  8. git \
  9. jq \
  10. python \
  11. py-pip \
  12. tzdata
  13. RUN pip install awscli awsebcli
  14. ENV TZ=${TIMEZONE}
Add Comment
Please, Sign In to add comment