Commit Graph

12 Commits

Author SHA1 Message Date
5c230babcb Bump versin to 1.6.1-2 2016-05-26 01:33:00 +01:00
439ffb6635 Merge pull request #16 from magcius/patch-1
Disable ipv6 by default
2016-05-26 00:51:51 +01:00
Jasper St. Pierre
a2911e8e71 Disable ipv6 by default
Since Docker doesn't install ipv6 iptables rules by default, we probably shouldn't build with it on.

Fixes #15.
2016-01-02 09:27:21 -08:00
Mario Loria
901b5d3df2 install ca-certificates package because 1.6 2015-12-06 22:56:04 -05:00
48fb699f4b Update ZNC to v1.6.1
And also restructure the Dockerfile a bit.
2015-09-20 17:37:41 +01:00
Matt Hardcastle
4e6a5d4dc7 Split /tmp/bootstrap.sh chmod and exec commands
When I ran the original I got the following error:

    Step 3 : RUN chmod +x /tmp/bootstrap.sh && /tmp/bootstrap.sh
     ---> Running in 62f54b7a5e6d
    /bin/sh: 1: /tmp/bootstrap.sh: Text file busy

Splitting the two commands up seems to give the text file enough time to
finish up. I suppose a slight sleep could also be added inbetween the
two commands if one was worried about creating too many images.
2015-08-15 11:44:05 -07:00
cc821dec0c Fix permissions issue with data dir
If the mounted data directory on the host is owned by root, the znc user
within the container would fail to write any settings to disk.

Hence this changes ownership of the data directory to the znc user (Uid:
1000) and znc group (Gid: 1000) from within the container.
2014-07-10 20:10:10 +01:00
bfc867af73 Bump version to 1.4-1
Version scheme now follows the ZNC version the container contains. The
format is "[ZNC_VERSION]-[CONTAINER_BUILD_NUMBER]".
2014-05-17 18:04:27 +01:00
3269e67261 Build ZNC from source instead of relying on 3rd-party PPA repo 2014-05-17 18:03:52 +01:00
00fbafc18f Fix issue #3 and generally update project 2014-01-26 12:50:05 +00:00
Ryan Seys
d7ce2bf672 Clean up Dockerfile for readability 2013-11-16 02:17:02 -05:00
a0c1a52d24 Initial commit 2013-08-30 00:57:40 +01:00