Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ LABEL org.opencontainers.image.title="immich-cli" \
RUN pkg update && pkg install -y ca_root_nss node22 npm-node22 \
&& npm install -g @immich/cli@${IMMICH_CLI_VERSION} \
&& mkdir -p /app \
&& npm list -g @immich/cli --depth=0 | sed -n 's/.*@//p' > /app/version \
&& node -p "require('/usr/local/lib/node_modules/@immich/cli/package.json').version" > /app/version \
&& npm cache clean --force \
&& pkg clean -ay && rm -rf /var/cache/pkg/* /root/.npm

Expand Down
2 changes: 1 addition & 1 deletion Containerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ LABEL org.opencontainers.image.title="immich-cli" \
RUN pkg update && pkg install -y ca_root_nss node22 npm-node22 \
&& npm install -g @immich/cli@${IMMICH_CLI_VERSION} \
&& mkdir -p /app \
&& npm list -g @immich/cli --depth=0 | sed -n 's/.*@//p' > /app/version \
&& node -p "require('/usr/local/lib/node_modules/@immich/cli/package.json').version" > /app/version \
&& npm cache clean --force \
&& pkg clean -ay && rm -rf /var/cache/pkg/* /root/.npm

Expand Down