aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/tools/dockerfile/test/cxx_ubuntu1604_x64
diff options
context:
space:
mode:
authorGravatar Matt Kwong <mattkwong@google.com>2016-11-03 13:50:40 -0700
committerGravatar Matt Kwong <mattkwong@google.com>2016-11-03 13:50:40 -0700
commite403607ba70d0beec61f16cbd2316526f149e964 (patch)
treea554493f46c7506af82938124a6493840ddd385c /templates/tools/dockerfile/test/cxx_ubuntu1604_x64
parent1347e4056328bb7899793a9a860d01f36c11d7ee (diff)
Revert "Enable port tests to be run using gcc4.8"
Diffstat (limited to 'templates/tools/dockerfile/test/cxx_ubuntu1604_x64')
-rw-r--r--templates/tools/dockerfile/test/cxx_ubuntu1604_x64/Dockerfile.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/tools/dockerfile/test/cxx_ubuntu1604_x64/Dockerfile.template b/templates/tools/dockerfile/test/cxx_ubuntu1604_x64/Dockerfile.template
index 2d780d74f8..42ad6c130d 100644
--- a/templates/tools/dockerfile/test/cxx_ubuntu1604_x64/Dockerfile.template
+++ b/templates/tools/dockerfile/test/cxx_ubuntu1604_x64/Dockerfile.template
@@ -39,7 +39,7 @@
# The clang-3.6 symlink for the default clang version was added
# to Ubuntu 16.04 recently, so make sure it's installed.
# Also install clang3.7.
- RUN apt-get update && apt-get -y install gcc-4.8 gcc-4.8-multilib g++-4.8 g++-4.8-multilib clang-3.6 clang-3.7 && apt-get clean
+ RUN apt-get update && apt-get -y install clang-3.6 clang-3.7 && apt-get clean
# Define the default command.
CMD ["bash"]