Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git

Merges system update with RUN, installs certs and Inkscape

AuthorDaveJarvis <email>
Date2022-12-15 19:22:55 GMT-0800
Commitaa84a96c15ab1513564495bb2e2e825fc1140e26
Parent45a970b
Delta1 line added, 2 lines removed, 1-line decrease
container/Containerfile
ENV CONTEXT_HOME=$INSTALL_DIR/context
-RUN apk --update add --no-cache fontconfig curl
-
# ########################################################################
#
RUN \
+ apk --update add --no-cache fontconfig curl ca-certificates inkscape && \
mkdir -p "$FONT_DIR" "$DOC_DIR" "$IMAGE_DIR" "$INSTALL_DIR" && \
echo "export CONTEXT_HOME=\"$CONTEXT_HOME\"" >> $PROFILE && \