Patch/api v1.12.0 (#1298)
* fix(chalice): include metadata in sessions exp search * fix(chalice): fixed sessions exp search wrong col name * fix(chalice): removed cookies * fix(chalice): changed base image to support SSO/xmlsec * fix(chalice): changed Dockerfile to support SSO/xmlsec
This commit is contained in:
parent
c1ce2549c7
commit
8f98aaaca1
1 changed files with 1 additions and 4 deletions
|
|
@ -2,10 +2,7 @@
|
|||
FROM python:3.11-slim
|
||||
LABEL Maintainer="KRAIEM Taha Yassine<tahayk2@gmail.com>"
|
||||
#RUN apk add --no-cache build-base libressl libffi-dev libressl-dev libxslt-dev libxml2-dev xmlsec-dev xmlsec tini
|
||||
ADD http://xmlsoft.org/sources/libxml2-2.9.1.tar.gz .
|
||||
RUN apt-get update && apt-get install -y pkg-config libxmlsec1-dev gcc tini && rm -rf /var/lib/apt/lists/* \
|
||||
&& tar -xvf libxml2-2.9.1.tar.gz && cd libxml2-2.9.1 && ./configure && make && make install
|
||||
|
||||
RUN apt-get update && apt-get install -y pkg-config libxmlsec1-dev gcc tini && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ARG envarg
|
||||
ENV SOURCE_MAP_VERSION=0.7.4 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue