Parcourir la source

haproxy: Update Dockerfile

master
Bingen Eguzkitza il y a 5 ans
Parent
révision
75a526c7b5
2 fichiers modifiés avec 6 ajouts et 6 suppressions
  1. +1
    -3
      images/haproxy/Dockerfile
  2. +5
    -3
      images/haproxy/Dockerfile.template

+ 1
- 3
images/haproxy/Dockerfile Voir le fichier

@@ -1,8 +1,6 @@
FROM debian:stretch

RUN echo deb http://deb.debian.org/debian jessie-backports main >> /etc/apt/sources.list
RUN apt-get update && apt-get install -y haproxy cron \
&& apt-get install -y certbot -t jessie-backports
RUN apt-get update && apt-get install -y haproxy cron certbot

RUN mkdir -p /run/haproxy


+ 5
- 3
images/haproxy/Dockerfile.template Voir le fichier

@@ -1,8 +1,10 @@
FROM BASE_IMAGE_PLACEHOLDER

RUN echo deb http://deb.debian.org/debian jessie-backports main >> /etc/apt/sources.list
RUN apt-get update && apt-get install -y haproxy cron \
&& apt-get install -y certbot -t jessie-backports
#RUN echo deb http://deb.debian.org/debian jessie-backports main >> /etc/apt/sources.list
#RUN apt-get update && apt-get install -y haproxy cron \
# && apt-get install -y certbot -t jessie-backports

RUN apt-get update && apt-get install -y haproxy cron certbot

RUN mkdir -p /run/haproxy


Chargement…
Annuler
Enregistrer