fix: Fix linebreak
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danny Bessems 2023-07-14 15:27:18 +02:00
parent 2725f36017
commit fa2c72cb68
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-reco
jq \
locales && \
sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && \
locale-gen &&
locale-gen && \
npm install -g --omit=optional --omit=dev \
json-server && \
npm cache clean --force && \