summaryrefslogtreecommitdiff
path: root/build/Dockerfile
blob: 432972ea22583e34f86862aaa296e6dc63693882 (plain)
1
2
3
4
5
6
7
8
9
10
11
FROM debian:jessie

RUN apt-get update && apt-get -y install \
    libgnutls28-dev \
    gnutls-bin \
    pkg-config \
    build-essential

RUN useradd ircd
RUN mkdir /inspircd
COPY build-inner.sh /build-inner.sh