Skip to content
Snippets Groups Projects
Unverified Commit 71e2d196 authored by Andrej Shadura's avatar Andrej Shadura
Browse files

fixup! URGH ARGH

parent 3fa0e705
No related branches found
No related tags found
No related merge requests found
Pipeline #586529 canceled
......@@ -4,6 +4,9 @@ ARG DEBIAN_FRONTEND=noninteractive
FROM registry.gitlab.apertis.org/infrastructure/obs-proxy/obs-proxy:add-logging-chunked
LABEL maintainer Andrej Shadura <andrew.shadura@collabora.co.uk>
ENV LC_ALL=C.UTF-8
RUN apt-get update \
&& apt-get install -y python3 \
python3-pip python3-xdg ssl-cert
COPY . /tmp/proxy
RUN cd /tmp/proxy && python3 setup.py install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment