fix: Fix linebreak
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Danny Bessems 2023-07-14 13:41:25 +02:00
parent a5e3c79d10
commit 6f07cc8d87

View File

@ -17,7 +17,7 @@ ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8 ENV LC_ALL en_US.UTF-8
RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends \ RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends \
jq \ && jq && \
npm install -g --omit=optional --omit=dev \ npm install -g --omit=optional --omit=dev \
json-server && \ json-server && \
npm cache clean --force && \ npm cache clean --force && \