Files
zrepl/packaging/deb/Dockerfile
2020-09-02 21:34:52 +02:00

12 lines
181 B
Docker

FROM debian:latest
RUN apt-get update && apt-get install -y \
build-essential \
devscripts \
dh-exec
RUN mkdir -p /build/src && chmod -R 0777 /build
WORKDIR /build/src