Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN \
boost-dev\
build-base \
c-ares-dev \
curl-dev \
cyrus-sasl-dev \
gettext-dev \
git \
Expand Down Expand Up @@ -55,6 +56,7 @@ RUN \
tar xf \
/tmp/znc-push.tar.gz -C \
/tmp/znc/modules --strip-components=1 && \
sed -i '1i #define USE_CURL' /tmp/znc/modules/push.cpp && \
curl -o \
/tmp/znc-clientbuffer.tar.gz -L \
https://github.com/CyberShadow/znc-clientbuffer/archive/master.tar.gz && \
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN \
boost-dev\
build-base \
c-ares-dev \
curl-dev \
cyrus-sasl-dev \
gettext-dev \
git \
Expand Down Expand Up @@ -54,6 +55,7 @@ RUN \
tar xf \
/tmp/znc-push.tar.gz -C \
/tmp/znc/modules --strip-components=1 && \
sed -i '1i #define USE_CURL' /tmp/znc/modules/push.cpp && \
curl -o \
/tmp/znc-clientbuffer.tar.gz -L \
https://github.com/CyberShadow/znc-clientbuffer/archive/master.tar.gz && \
Expand Down
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ init_diagram: |
"znc:latest" <- Base Images
# changelog
changelogs:
- {date: "09.03.25:", desc: "Enable libcurl for znc-push."}
- {date: "10.06.24:", desc: "Migrate default config file to newer format."}
- {date: "06.06.24:", desc: "Rebase to Alpine 3.20."}
- {date: "26.03.24:", desc: "Switch back to multi-threaded builds and ignore `-beta` and `-alpha` tags as well as `-rc`."}
Expand Down