Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ates/InRelease with docker
  • Loading branch information
jsmadja committed Jun 28, 2019
1 parent 2926b33 commit 768bc18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions back/Dockerfile
Expand Up @@ -2,6 +2,8 @@ FROM node:6.2

MAINTAINER Jean-Louis Rigau <jlrigau@xebia.fr>

RUN printf "deb http://archive.debian.org/debian/ jessie main\ndeb-src http://archive.debian.org/debian/ jessie main\ndeb http://security.debian.org jessie/updates main\ndeb-src http://security.debian.org jessie/updates main" > /etc/apt/sources.list

RUN apt-get update
RUN apt-get install bcrypt node-gyp -y

Expand Down

0 comments on commit 768bc18

Please sign in to comment.