mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-05 20:58:17 +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
|