Skip to content
Snippets Groups Projects
Commit ebeb86c0 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

remove trailing whitespaces

parent d40a0100
No related branches found
No related tags found
No related merge requests found
# Install Git and basic packages. # Install Git and basic packages.
RUN apt-get update && apt-get install -y ${'\\'} RUN apt-get update && apt-get install -y ${'\\'}
autoconf ${'\\'} autoconf ${'\\'}
autotools-dev ${'\\'} autotools-dev ${'\\'}
build-essential ${'\\'} build-essential ${'\\'}
bzip2 ${'\\'} bzip2 ${'\\'}
ccache ${'\\'} ccache ${'\\'}
curl ${'\\'} curl ${'\\'}
gcc ${'\\'} gcc ${'\\'}
gcc-multilib ${'\\'} gcc-multilib ${'\\'}
git ${'\\'} git ${'\\'}
golang ${'\\'} golang ${'\\'}
gyp ${'\\'} gyp ${'\\'}
...@@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -y ${'\\'} ...@@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -y ${'\\'}
perl ${'\\'} perl ${'\\'}
strace ${'\\'} strace ${'\\'}
python-dev ${'\\'} python-dev ${'\\'}
python-setuptools ${'\\'} python-setuptools ${'\\'}
python-yaml ${'\\'} python-yaml ${'\\'}
telnet ${'\\'} telnet ${'\\'}
unzip ${'\\'} unzip ${'\\'}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment