Skip to content

Commit

Permalink
Issue #00 fix: removing jessie-updates from docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhanc authored Apr 4, 2019
1 parent c8a5218 commit d5444f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.Build
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#Dockerfile for the player setup
FROM node:8.11.0
MAINTAINER "Rajesh Rajendran <[email protected]>"
RUN sed -i '/jessie-updates/d' /etc/apt/sources.list
RUN apt-get update && apt-get install -y --no-install-recommends apt-utils \
&& apt-get install -y --force-yes \
python python-dev autoconf g++ make nasm bzip2
Expand Down

0 comments on commit d5444f9

Please sign in to comment.