Staatsarchiv-Basel-Stadt / RDF-Pipeline

RDF-Pipeline Staatsarchiv Basel-Stadt
0 stars 0 forks source link

deprecated packages in docker build #9

Closed oschihin closed 3 years ago

oschihin commented 3 years ago

build container on pull request / branch etdf-dates

docker build --pull --rm -f Dockerfile -t stabsld:latest .
Step 22/27 : RUN npm install
 ---> Running in f41d3e0b87ae
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated xmldom@0.1.19: Deprecated due to CVE-2021-21366 resolved in 0.5.0
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated circular-json@0.3.3: CircularJSON is in maintenance only, flatted is its successor.

> spawn-sync@1.0.15 postinstall /usr/src/app/node_modules/spawn-sync
> node postinstall

npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.1 (node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN shelljs-plugin-ssh@1.2.2 requires a peer of shelljs@^0.7.4 but none is installed. You must install peer dependencies yourself.
npm WARN staatsarchiv-ld@0.0.0 No description
npm WARN staatsarchiv-ld@0.0.0 No repository field.

added 560 packages from 329 contributors and audited 563 packages in 34.594s

52 packages are looking for funding
  run `npm fund` for details

found 9 vulnerabilities (7 low, 2 high)
  run `npm audit fix` to fix them, or `npm audit` for details
Removing intermediate container f41d3e0b87ae
 ---> e023f61e0515
Step 23/27 : RUN apt-get update && apt-get install -y   vim-tiny   less   git   bash   cron   && rm -rf /var/lib/apt/lists/*
 ---> Running in 5e4846cfbe19
ktk commented 3 years ago

This should fixed for now, all dependencies are up-to-date at the moment.