Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
docker-image-recipes
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
2889655d
authored
2017-09-19 11:20:03 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Add jessie-backports to node.
1 parent
7fdfa497
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
node/files/configure
node/files/jessie-backports.list
node/files/configure
View file @
2889655
#!/bin/sh
set
-e
cp /tmp/files/jessie-backports.list /etc/apt/sources.list.d
apt-get update
apt-get install -y ssmtp sudo
$NODE_EXTRA_PACKAGES
...
...
node/files/jessie-backports.list
0 → 100644
View file @
2889655
deb http://ftp.us.debian.org/debian/ jessie-backports main contrib non-free
Please
register
or
sign in
to post a comment