Skip to content
Snippets Groups Projects
Commit 096bec94 authored by Brittany Faciane's avatar Brittany Faciane Committed by Daniel Lyons
Browse files

rearrange build args some more

parent 6c862ea0
No related branches found
No related tags found
2 merge requests!1452Merge 2.8.2 to main,!1327Convert from flit to poetry
......@@ -2,7 +2,6 @@
ARG LOCAL_OR_SERVER_PEX=local-pex
FROM python:3.10-slim-buster as base
ARG WS_VERSION=unknown-version
ARG DEPLOY_ENV=dev
# Environment variables
ENV PIP_NO_CACHE_DIR false
......@@ -53,6 +52,7 @@ COPY --chown=vlapipe:vlapipe ./services/workflow/bin/install-pexes.sh ./install-
RUN . ./install-pexes.sh
FROM ${LOCAL_OR_SERVER_PEX} as pex-base
ARG DEPLOY_ENV=dev
# HTCondor install
USER root
RUN apt update && apt install -y curl gnupg apt-transport-https
......
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