mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-24 13:49:27 +00:00
7 lines
159 B
Docker
7 lines
159 B
Docker
FROM google/debian:wheezy
|
|
|
|
COPY backports.list /etc/apt/sources.list.d/backports.list
|
|
|
|
RUN apt-get update
|
|
RUN apt-get -t wheezy-backports -yy -q install nginx
|