Ingestion Image - Remove expat version release and CI (#8447)

* Remove expat version

* Remove expat version
This commit is contained in:
Pere Miquel Brull 2022-10-31 10:01:05 +01:00 committed by GitHub
parent bc0ce0cec1
commit f4c20ded32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ RUN apt-get update \
curl \ curl \
libpcre2-8-0 \ libpcre2-8-0 \
postgresql-common \ postgresql-common \
expat=2.2.10-2+deb11u4 \ expat \
bind9=1:9.18.4-2~bpo11+1 bind9=1:9.18.4-2~bpo11+1
# Required for Starting Ingestion Container in Docker Compose # Required for Starting Ingestion Container in Docker Compose