Skip to content

Commit

Permalink
Merge pull request #8 from cicirello/development
Browse files Browse the repository at this point in the history
Switched base Docker image to cicirello/alpine-plus-plus
  • Loading branch information
cicirello authored Sep 1, 2020
2 parents ec2b8b3 + 2511649 commit 708ef33
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,26 +1,4 @@
FROM alpine:3.10

# We need git to check commit dates
# when generating lastmod dates for
# the sitemap.xml.
RUN apk update
RUN apk add git

# The base alpine find command is quite
# limited. We need full featured find.
RUN apk add findutils

# We also need coreutils to get fuller
# featured versions of shell commands,
# such as sort.
RUN apk add coreutils

# We also need gawk
RUN apk add gawk

# Let's use bash
RUN apk add bash bash-doc bash-completion

FROM cicirello/alpine-plus-plus:latest
COPY LICENSE README.md /
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 708ef33

Please sign in to comment.