Skip to content

Commit

Permalink
Revert "build: redure image size by removing unused packages"
Browse files Browse the repository at this point in the history
This reverts commit 5b7a1cf.
  • Loading branch information
julianhafner authored and hbollon committed Nov 4, 2024
1 parent 340be56 commit 0a522d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extract/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ ENV GEODATA_POSTGRES_HOST="${GEODATA_POSTGRES_HOST:-pgsql}" \
EXTERNAL_URL="${EXTERNAL_URL:-http://localhost:8080}"

RUN apt update && apt upgrade -y && \
apt install -y curl python3 python3-psycopg2 && \
apt install -y curl python3 python3-gdal python3-geopandas python3-psycopg2 && \
mkdir -p /var/extract/orders && mkdir -p /extract/
COPY --from=builder /extract-build/extract-*.war /usr/local/tomcat/webapps/extract.war
COPY tomcat/conf/context.xml /usr/local/tomcat/conf/context.xml
Expand Down

0 comments on commit 0a522d6

Please sign in to comment.