We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae50e07 commit e5f3fa9Copy full SHA for e5f3fa9
Dockerfile
@@ -25,6 +25,7 @@ RUN adduser dev --disabled-password --gecos "" && \
25
echo 'TERM="xterm-256color"' >> ~/.bashrc && \
26
sed -i 's/#force_color_prompt=yes/force_color_prompt=yes/g' \
27
~/.bashrc && \
28
+ echo 'PS1=`echo $PS1|sed "s/\\\\\\w/\\\\\\W/g"`' >> ~/.bashrc && \
29
ln -s /usr/include/lua5.2/ /usr/include/lua && \
30
ln -s /usr/lib/x86_64-linux-gnu/liblua5.2.so /usr/lib/liblua.so && \
31
gem install compass --pre && \
0 commit comments