Skip to content

Commit

Permalink
Added procps for docker image and Updated dependencies (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggtakec authored Oct 11, 2023
1 parent 4a0b473 commit 0dded53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/imagetypevars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ elif [ "${CI_DOCKER_IMAGE_OSTYPE}" = "alpine" ]; then
PKGMGR_INSTALL_OPT="add -q --no-progress --no-cache"
PKGMGR_UNINSTALL_OPT="del -q --purge --no-progress --no-cache"
PKG_INSTALL_CURL="curl"
PKG_INSTALL_BASE="g++ make nodejs npm python3 k2hdkc-dev bind-tools"
PKG_INSTALL_BASE="g++ make nodejs npm python3 k2hdkc-dev bind-tools procps"
PKG_REPO_SETUP_NODEJS=""
NPM_INSTALL_BASE=""

Expand All @@ -91,7 +91,7 @@ elif [ "${CI_DOCKER_IMAGE_OSTYPE}" = "ubuntu" ]; then
PKGMGR_INSTALL_OPT="install -qq -y"
PKGMGR_UNINSTALL_OPT="purge --auto-remove -q -y"
PKG_INSTALL_CURL="curl"
PKG_INSTALL_BASE="g++ make nodejs k2hdkc-dev dnsutils"
PKG_INSTALL_BASE="g++ make nodejs k2hdkc-dev dnsutils procps"

NODE_MAJOR=18
PKG_REPO_SETUP_NODEJS="
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dateformat": "^4.6.3",
"debug": "~4.3.4",
"express": "^4.18.2",
"jose": "^4.15.1",
"jose": "^4.15.2",
"k2hdkc": "^1.0.7",
"morgan": "~1.10.0",
"rotating-file-stream": "^3.1.1"
Expand All @@ -30,7 +30,7 @@
"devDependencies": {
"chai": "^4.3.10",
"chai-http": "^4.4.0",
"eslint": "^8.50.0",
"eslint": "^8.51.0",
"mocha": "^10.2.0",
"nyc": "^15.1.0"
},
Expand Down

0 comments on commit 0dded53

Please sign in to comment.