Skip to content

Commit

Permalink
home dir fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp committed Aug 23, 2016
1 parent 9bf0eb1 commit f4c4798
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,5 @@ RUN chmod a+wx /opt/files/audio_logo_4.mp3
RUN chmod a+wx /opt/files/audio_logo_5.mp3

# install ID3 tag python lib
RUN curl https://bootstrap.pypa.io/get-pip.py > /home/get-pip.py
RUN python /home/get-pip.py
RUN apt-get install -y python-pip
RUN pip install mutagen
2 changes: 1 addition & 1 deletion nf-mupx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nf-mupx",
"version": "1.0.3",
"version": "1.0.4",
"description": "Production Quality Meteor Deployments",
"dependencies": {
"async": "^0.9.0",
Expand Down

0 comments on commit f4c4798

Please sign in to comment.