Skip to content

Commit

Permalink
Merge pull request #33 from si1k/master
Browse files Browse the repository at this point in the history
Added znc-palaver module.
  • Loading branch information
aptalca committed Nov 20, 2019
2 parents 46c71f9 + 9bbe698 commit cd53cde
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ RUN \
tar xf \
/tmp/znc-clientbuffer.tar.gz -C \
/tmp/znc/modules --strip-components=1 && \
curl -o \
/tmp/znc-palaver.tar.gz -L \
https://github.com/cocodelabs/znc-palaver/archive/master.tar.gz && \
tar xf \
/tmp/znc-palaver.tar.gz -C \
/tmp/znc/modules --strip-components=1 && \
cd /tmp/znc && \
export CFLAGS="$CFLAGS -D_GNU_SOURCE" && \
./configure \
Expand Down
6 changes: 6 additions & 0 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ RUN \
tar xf \
/tmp/znc-clientbuffer.tar.gz -C \
/tmp/znc/modules --strip-components=1 && \
curl -o \
/tmp/znc-palaver.tar.gz -L \
https://github.com/cocodelabs/znc-palaver/archive/master.tar.gz && \
tar xf \
/tmp/znc-palaver.tar.gz -C \
/tmp/znc/modules --strip-components=1 && \
cd /tmp/znc && \
export CFLAGS="$CFLAGS -D_GNU_SOURCE" && \
./configure \
Expand Down
6 changes: 6 additions & 0 deletions Dockerfile.armhf
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ RUN \
tar xf \
/tmp/znc-clientbuffer.tar.gz -C \
/tmp/znc/modules --strip-components=1 && \
curl -o \
/tmp/znc-palaver.tar.gz -L \
https://github.com/cocodelabs/znc-palaver/archive/master.tar.gz && \
tar xf \
/tmp/znc-palaver.tar.gz -C \
/tmp/znc/modules --strip-components=1 && \
cd /tmp/znc && \
export CFLAGS="$CFLAGS -D_GNU_SOURCE" && \
./configure \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64

## Versions

* **02.11.19:** - Add znc-palaver module.
* **28.06.19:** - Rebasing to alpine 3.10.
* **23.03.19:** - Switching to new Base images, shift to arm32v7 tag.
* **22.02.19:** - Rebasing to alpine 3.9.
Expand Down
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "02.11.19:", desc: "Add znc-palaver module." }
- { date: "28.06.19:", desc: "Rebasing to alpine 3.10." }
- { date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." }
- { date: "22.02.19:", desc: "Rebasing to alpine 3.9." }
Expand Down

0 comments on commit cd53cde

Please sign in to comment.