apt-pkg-native/examples/on-sid/Dockerfile
2017-10-15 21:05:14 +01:00

10 lines
136 B
Docker

FROM debian:sid
COPY sources.list /etc/apt/sources.list
ARG http_proxy
RUN env http_proxy=${http_proxy} apt-get update
WORKDIR /mnt