Skip to content

Commit

Permalink
Upgraded to focal and python3
Browse files Browse the repository at this point in the history
  • Loading branch information
acaranta committed Nov 19, 2022
1 parent bdd2f5f commit eff60ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM ubuntu:18.04 AS buildstage
FROM ubuntu:20.04 AS buildstage

MAINTAINER arthur@caranta.com
ENV DEBIAN_FRONTEND noninteractive
ENV INITRD No

RUN apt-get update -y
RUN apt-get install --force-yes -y haproxy inotify-tools python-pip curl lua-socket lua-json lua-http rsync pcregrep
RUN pip install envtpl supervisor supervisor-logging
RUN apt-get install --force-yes -y haproxy inotify-tools python3-pip curl lua-socket lua-json lua-http rsync pcregrep
RUN pip3 install envtpl supervisor supervisor-logging

#Fetch and build haproxy from github, compile it with prometheus exporter
RUN cd /tmp && \
Expand Down

0 comments on commit eff60ba

Please sign in to comment.