aboutsummaryrefslogtreecommitdiff
path: root/docker/debian-dev/Dockerfile
blob: 950e1afef3e814cded756752582a600166152c4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
FROM debian:11

ARG IN_CHINA=
ARG BUILD_FOR_ARCH=amd64
ENV IN_CHINA=${IN_CHINA}
ARG BUILD_FOR_ARCH=${BUILD_FOR_ARCH}

ADD bootstrap /bootstrap

RUN /bootstrap/setup.bash

VOLUME [ "/source", "/data" ]
CMD [ "bash", "-l" ]