pin docker image to colm
This commit is contained in:
parent
345d0fac1a
commit
9bae928f63
1 changed files with 3 additions and 0 deletions
|
|
@ -9,6 +9,9 @@ FROM docker.io/library/python:${PYTHON_VERSION}-${DEBIAN_VERSION} AS pybuilder
|
|||
ENV PYTHONUNBUFFERED=1
|
||||
ENV PIP_ROOT_USER_ACTION=ignore
|
||||
|
||||
ENV PYGOMX_OLM_FLAVOR=colm
|
||||
ENV PYGOMX_BUILD_MODE=static
|
||||
|
||||
RUN <<EOF
|
||||
# install packages
|
||||
set -eu
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue