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

WIP: Drop installation commands since these packages should already be in the image

parent 48cc9c52
Branches main
No related merge requests found
Pipeline #590127 passed with warnings
......@@ -4,9 +4,6 @@ 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