| Author | DaveJarvis <email> |
|---|---|
| Date | 2022-12-15 19:22:55 GMT-0800 |
| Commit | aa84a96c15ab1513564495bb2e2e825fc1140e26 |
| Parent | 45a970b |
| Delta | 1 line added, 2 lines removed, 1-line decrease |
| 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 && \ | ||