Skip to content

Commit

Permalink
Merge pull request #33 from macmacs/patch-1
Browse files Browse the repository at this point in the history
Fix for "PTY is not supported." error
  • Loading branch information
sapk committed Aug 27, 2016
2 parents aeaf07a + 9fc4f0f commit 258c3d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ MAINTAINER Antoine GIRARD <antoine.girard@sapk.fr>

RUN buildDeps='make build-essential g++ gcc python2.7' && softDeps="git" \
&& apt-get update && apt-get upgrade -y \
&& apt-get install -y $buildDeps $softDeps --no-install-recommends \
&& apt-get install -y tmux $buildDeps $softDeps --no-install-recommends \
&& npm install -g forever && npm cache clean \
&& git clone https://github.com/c9/core.git /cloud9 && cd /cloud9 \
&& scripts/install-sdk.sh \
Expand Down

0 comments on commit 258c3d2

Please sign in to comment.