mirror of
https://github.com/zrepl/zrepl.git
synced 2024-11-24 17:35:01 +01:00
91e310b7e3
Co-authored-by: Armin Wehrfritz <dkxls23@gmail.com>
12 lines
181 B
Docker
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
|
|
|