Commit 5d3cd122 authored by Heather Zoppetti's avatar Heather Zoppetti

Added `sudo` to system level commands `apt-get update` and `apt-get install` in script example

parent 60e9fc47
......@@ -83,7 +83,7 @@ Below is an example for a Ruby on Rails project:
image: "ruby:2.5"
before_script:
- apt-get update -qq && apt-get install -y -qq sqlite3 libsqlite3-dev nodejs
- sudo apt-get update -qq && sudo apt-get install -y -qq sqlite3 libsqlite3-dev nodejs
- ruby -v
- which ruby
- gem install bundler --no-document
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment