mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
6 lines
No EOL
128 B
Bash
Executable file
6 lines
No EOL
128 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -xeo pipefail
|
|
|
|
curl --silent --location https://deb.nodesource.com/setup_7.x | bash -
|
|
apt-get install -y nodejs |