Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1 from TimeBye/master
Browse files Browse the repository at this point in the history
[IMP]Update Dockerfile
  • Loading branch information
devane001 authored Aug 27, 2018
2 parents 5672dbf + 1b79f30 commit adfde02
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
FROM alpine:3.5
FROM alpine:3.7
# Install base packages
RUN apk update && apk add curl bash tree tzdata \
&& cp -r -f /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \
&& echo -ne "Alpine Linux 3.4 image. (`uname -rsv`)\n" >> /root/.built
# Define bash as default command
RUN apk --no-cache add openjdk8-jre ttf-droid
RUN apk add --no-cache \
curl \
bash \
tree \
tzdata \
openjdk8-jre \
ttf-droid
# Modify timezone
RUN cp -rf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime

0 comments on commit adfde02

Please sign in to comment.