apt-pkg-native/examples/on-sid/Dockerfile

10 lines
136 B
Docker
Raw Normal View History

2017-10-15 23:05:14 +03:00
FROM debian:sid
COPY sources.list /etc/apt/sources.list
ARG http_proxy
RUN env http_proxy=${http_proxy} apt-get update
WORKDIR /mnt