Skip to content

Commit 2a490a8

Browse files
committed
MOD: Updated README
1 parent 660f719 commit 2a490a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://travis-ci.org/madduci/docker-linux-cpp.svg?branch=master)](https://travis-ci.org/madduci/docker-linux-cpp)
44

5-
A basic docker image for C++ developers, featuring g++ (from 4.9 up to 7.x) and clang++ (from 3.8 to 5.0) and CMake support. The default compiler is g++ 7, but you're free to modify the Dockerfile and set your own; as example, if you want to set g++ 4.9 as the default compiler, just write the following Dockerfile and build a new image:
5+
A basic docker image for C++ developers, featuring g++ (from 4.9 up to 7.x) and clang++ (from 3.8 to 6.0) and CMake support. The default compiler is g++ 7, but you're free to modify the Dockerfile and set your own; as example, if you want to set g++ 4.9 as the default compiler, just write the following Dockerfile and build a new image:
66

77
```
88
# Dockerfile

0 commit comments

Comments
 (0)