fossasia / open-event-server

Found consecutive RUN commands DOK-W1001
Anti-pattern
Minor
5 months agoa year old
Multiple consecutive RUN instructions. Consider consolidation.
12
13RUN apk --no-cache add postgresql-libs ca-certificates libxslt jpeg zlib file libxml2
14# PDF Generation: weasyprint
15RUN apk --no-cache add cairo-dev pango-dev ttf-opensans16
17# Note: The custom PyPI repo is for AlpineOS only, where Python packages are compiled with musl libc. Don't use it on glibc Linux.
18ENV POETRY_HOME=/opt/poetry \
Multiple consecutive RUN instructions. Consider consolidation.
10# PDF Generation: weasyprint (libffi-dev jpeg-dev already included above)
11RUN apk add --virtual gdk-pixbuf-dev
12
13RUN apk --no-cache add postgresql-libs ca-certificates libxslt jpeg zlib file libxml214# PDF Generation: weasyprint
15RUN apk --no-cache add cairo-dev pango-dev ttf-opensans
16