Skip to content
Snippets Groups Projects
Commit d64101df authored by Corné Lukken's avatar Corné Lukken
Browse files

Merge branch 'master' into 'master'

Fix moving all python files to docker image context

See merge request !17
parents 9173ddeb 5a2e776a
No related branches found
No related tags found
1 merge request!17Fix moving all python files to docker image context
Pipeline #20853 passed
FROM ubuntu:20.04 FROM ubuntu:20.04
COPY requirements.txt /requirements.txt # Just copy everything
COPY . /pypcc
RUN apt-get update && apt-get install -y python3 python3-pip python3-yaml git && \ RUN apt-get update && apt-get install -y python3 python3-pip python3-yaml git && \
pip3 install -r requirements.txt pip3 install -r /pypcc/requirements.txt
WORKDIR ./ WORKDIR /pypcc
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