Skip to content

Commit

Permalink
[code] fix #3553: use 0 cols as default pty size
Browse files Browse the repository at this point in the history
  • Loading branch information
akosyakov committed Apr 23, 2021
1 parent 5c24293 commit 079af3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ide/code/leeway.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN curl -fsSL https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh |
&& npm install -g yarn node-gyp
ENV PATH $NVM_DIR/versions/node/v$NODE_VERSION/bin:$PATH

ENV GP_CODE_COMMIT 9701055e7471b4d2edf281cbdb479bbb57f78e8c
ENV GP_CODE_COMMIT cee6bf3c885a93cb6344da8747db3c66b6590991
RUN mkdir gp-code \
&& cd gp-code \
&& git init \
Expand Down

0 comments on commit 079af3f

Please sign in to comment.