Skip to content

Commit

Permalink
Fix linting, remove nc
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad committed Jul 3, 2024
1 parent e403dc0 commit 61d7231
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,15 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
LABEL maintainer="chbmb"

# environment settings
ENV NODE_ENV production
ENV PUPPETEER_SKIP_DOWNLOAD true
ENV YARN_CACHE_FOLDER=/tmp/.yarn
ENV NODE_ENV=production \
PUPPETEER_SKIP_DOWNLOAD=true \
YARN_CACHE_FOLDER=/tmp/.yarn

RUN \
echo "**** install build packages ****" && \
apk add -U --no-cache \
fontconfig \
font-noto \
netcat-openbsd \
nodejs-current && \
apk add -U --no-cache --virtual=build-dependencies \
build-base \
Expand Down
7 changes: 3 additions & 4 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,15 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
LABEL maintainer="chbmb"

# environment settings
ENV NODE_ENV production
ENV PUPPETEER_SKIP_DOWNLOAD true
ENV YARN_CACHE_FOLDER=/tmp/.yarn
ENV NODE_ENV=production \
PUPPETEER_SKIP_DOWNLOAD=true \
YARN_CACHE_FOLDER=/tmp/.yarn

RUN \
echo "**** install build packages ****" && \
apk add -U --no-cache \
fontconfig \
font-noto \
netcat-openbsd \
nodejs-current && \
apk add -U --no-cache --virtual=build-dependencies \
build-base \
Expand Down

0 comments on commit 61d7231

Please sign in to comment.