Skip to content

fix 2 errors#1

Open
b-04-e wants to merge 1 commit intokyxap1:masterfrom
b-04-e:patch-1
Open

fix 2 errors#1
b-04-e wants to merge 1 commit intokyxap1:masterfrom
b-04-e:patch-1

Conversation

@b-04-e
Copy link
Contributor

@b-04-e b-04-e commented Aug 17, 2022

fix error :
make: *** [Makefile:2: one] Error 127
with FROM alpine:3.14.0

fix error:

/bin/sh: /etc/periodic/monthly/geoip: not found
deleting line 9

fix error : 
make: *** [Makefile:2: one] Error 127
with FROM alpine:3.14.0

fix error: 

/bin/sh: /etc/periodic/monthly/geoip: not found
deleting line 9
ARG runtime_deps="tini ncurses libintl gettext openssl-dev geoip zlib libbz2"

RUN apk add --no-cache -u $runtime_deps $build_deps && \
/etc/periodic/monthly/geoip && \
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There was an update of geoip database. Alpine maintainer decided to delete update script from package because valid MaxMind license is now a must have for automated updates. Not sure if you can get goaccess working without properly updated geodb.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants