Open mmuniraju4444 opened 6 years ago
hey, in order to run it in alpine image please try to change the dockerfile to be like so:
FROM nginx:stable-alpine
RUN apk add --no-cache rsyslog curl bash sudo
RUN curl -sLO https://github.com/logzio/logzio-shipper/raw/master/dist/logzio-rsyslog.tar.gz
RUN tar xzf logzio-rsyslog.tar.gz && bash rsyslog/install.sh -t nginx -a "<TOKEN>" -q
Also make sure you have a nginx access log file in place, or else the script will fail
i am facing some issue while running the install.sh script This is my docker file Dockerfile
On Build I am getting this error
Can any one help me on this ?