Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docker/install/ubuntu_install_nodejs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ set -u
set -o pipefail

apt-get update
# Please do not remove 'curl' package installation from here, as this
# script runs in some images (e.g. ci_lint) that keep a very mininal
# set of packages installed by default.
apt-get install -y curl

# The node install script fetched and executed here will update the
# apt source list, hence the second apt-get update is necessary.
Expand Down