Skip to content

Instantly share code, notes, and snippets.

@smlb
Created October 8, 2017 14:04
Show Gist options
  • Save smlb/1f7fd913131bcabbe762c7e1c5ce22d0 to your computer and use it in GitHub Desktop.
Save smlb/1f7fd913131bcabbe762c7e1c5ce22d0 to your computer and use it in GitHub Desktop.
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