Remove unused packages and simplify files #327

Closed
opened 2026-04-05 17:06:24 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @Lokowitz on 1/25/2026

Community Contribution License Agreement

By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.

Description

  1. removed unused packages and reduced image size from 1,35G to 1,26G
  2. simplified Dockerfile by using npm run
  3. fix ARG issue by moving the ARGs for the label to the runner stage
  4. removed dep type prod and dev from gomod Dependabot because they are not available for gomod

Maybe there is more potential to reduce image size, by removing redundant packages, for example:

  • js-yaml -> yaml
  • moment -> date-fns

Will check this later

*Originally created by @Lokowitz on 1/25/2026* ## Community Contribution License Agreement By creating this pull request, I grant the project maintainers an unlimited, perpetual license to use, modify, and redistribute these contributions under any terms they choose, including both the AGPLv3 and the Fossorial Commercial license terms. I represent that I have the right to grant this license for all contributed content. ## Description 1. removed unused packages and reduced image size from 1,35G to 1,26G 2. simplified Dockerfile by using npm run 3. fix ARG issue by moving the ARGs for the label to the runner stage 4. removed dep type prod and dev from gomod Dependabot because they are not available for gomod Maybe there is more potential to reduce image size, by removing redundant packages, for example: - js-yaml -> yaml - moment -> date-fns Will check this later
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#327