-
-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libexpat update is now debian default
- Loading branch information
1 parent
aec8bff
commit 77d2333
Showing
1 changed file
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,15 @@ FROM python:3.8-slim-buster | |
LABEL maintainer="[email protected],[email protected],[email protected]" | ||
|
||
RUN apt-get update && apt-get install --yes \ | ||
ca-certificates \ | ||
ca-certificates libexpat1 \ | ||
|
||
# Build arguments | ||
# add "--build-arg BUILD_DEV_IMAGE=true" to Docker build command when building with test/doc tools | ||
|
||
ARG BUILD_DEV_IMAGE="false" | ||
|
||
RUN apt-get update && apt-get install --yes \ | ||
ca-certificates libexpat1 \ | ||
&& rm -rf /var/lib/apt/lists/* | ||
|
||
RUN adduser --uid 1000 --gecos '' --disabled-password pycsw | ||
|
77d2333
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tomkralidis @kalxas This commit is breaking the Docker build