# syntax = edrevo/dockerfile-plus
# Inherits the distributed dwcc docker image Dockerfile, but remove the curl
INCLUDE+ assembly/target/classes/world/data/catalog/Dockerfile

# Remove curl if it was installed by the base image (dwcc-base, however we removed it there, but just in case)
RUN apt-get update && apt-get -y --autoremove purge curl
RUN apt -y --autoremove purge curl

# Remove any custom curl files that were built from source
RUN rm -rf /usr/local/curl && rm -f /usr/bin/curl