Remove stale commented-out package install line.
Showing
1 changed file
with
0 additions
and
1 deletions
... | @@ -3,7 +3,6 @@ | ... | @@ -3,7 +3,6 @@ |
3 | set -e | 3 | set -e |
4 | apt-get update | 4 | apt-get update |
5 | apt-get install -y ssmtp sudo $NODE_EXTRA_PACKAGES | 5 | apt-get install -y ssmtp sudo $NODE_EXTRA_PACKAGES |
6 | #npm install -g gulp grunt | ||
7 | 6 | ||
8 | cp /tmp/files/entrypoint /sbin/entrypoint | 7 | cp /tmp/files/entrypoint /sbin/entrypoint |
9 | 8 | ... | ... |
-
Please register or sign in to post a comment