Skip to content
This repository was archived by the owner on Mar 10, 2024. It is now read-only.

Commit 1e242f5

Browse files
committed
[FIX] Fixing dependency inconsistency.
1 parent 07980a0 commit 1e242f5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ RUN echo "HEAD /" | nc `cat /tmp/host_ip.txt` 8000 | grep squid-deb-proxy \
1010
|| echo "No squid-deb-proxy detected on docker host"
1111

1212
RUN apt-get update
13-
RUN apt-get install ruby2.7 ruby2.7-dev sudo gcc libffi-dev build-essential \
14-
zlib1g-dev git python2.7-dev python-dev autoconf automake libtool
13+
RUN apt-get install build-essential autoconf automake sudo gcc git \
14+
libtool libffi-dev zlib1g-dev ruby2.7 ruby2.7-dev python2.7-dev
1515

1616
RUN npm install -g gulp
1717

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"build_development": "export NODE_ENV=development && gulp build:development",
1111
"build_production": "export NODE_ENV=production && gulp build:production",
1212
"postinstall": "gulp libraries:gems:common libraries:fonts:common",
13-
"snyk-protect": "snyk protect",
13+
"snyk-protect": "npx snyk protect",
1414
"prepare": "npm run snyk-protect"
1515
},
1616
"browser": {

0 commit comments

Comments
 (0)