mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-05 01:55:42 +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
|