toolbox/Dockerfile

5 lines
89 B
Docker
Raw Normal View History

2020-06-13 19:44:24 +00:00
FROM alpine:latest
2020-06-27 15:03:16 +00:00
RUN apk add --update --no-cache zip curl wget unzip bash tzdata
2020-06-13 19:44:24 +00:00