Skip to content

Commit

Permalink
Remove packages and sorted
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroki Kamino committed Aug 14, 2019
1 parent 25990c2 commit 162ffd3
Showing 1 changed file with 13 additions and 17 deletions.
30 changes: 13 additions & 17 deletions Dockerfile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -15,23 +15,19 @@


FROM alpine:edge AS builds FROM alpine:edge AS builds
RUN apk add --no-cache \ RUN apk add --no-cache \
autoconf \ autoconf \
automake \ automake \
build-base \ build-base \
clang \ clang \
clang-static \ clang-static \
cmake \ gettext-dev \
gettext-dev \ gettext-static \
gettext-static \ libmaxminddb-dev \
git \ libressl-dev \
linux-headers \ linux-headers \
ncurses-dev \ ncurses-dev \
ncurses-static \ ncurses-static \
rsync \ tzdata
tzdata \
libmaxminddb-dev \
libressl-dev \
xz


# GoAccess # GoAccess
COPY . /goaccess COPY . /goaccess
Expand Down

0 comments on commit 162ffd3

Please sign in to comment.