Created
October 8, 2017 14:04
-
-
Save smlb/1f7fd913131bcabbe762c7e1c5ce22d0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM alpine:latest | |
MAINTAINER smlb | |
RUN apk update && \ | |
apk add --no-cache curl-dev gcc musl-dev make | |
RUN mkdir /c3p0 | |
ADD src/ /c3p0 | |
WORKDIR /c3p0 | |
RUN make && \ | |
./bin/c-3po irc.freenode.net 6667 test_bot12345 \#\#sysyphus:porcodio |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment