Skip to content

Commit

Permalink
GDB
Browse files Browse the repository at this point in the history
  • Loading branch information
d committed Oct 30, 2015
1 parent 67244fd commit a1cedc6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions centos5/Dockerfile
@@ -1,2 +1,3 @@
FROM centos:5
RUN yum install -y git vim make gcc-c++ java
RUN yum install -y gdb
1 change: 1 addition & 0 deletions centos6/Dockerfile
@@ -1,2 +1,3 @@
FROM centos:6
RUN yum install -y git vim make gcc-c++ java
RUN yum install -y gdb
1 change: 1 addition & 0 deletions centos7/Dockerfile
@@ -1,2 +1,3 @@
FROM centos:7
RUN yum install -y git vim make gcc-c++ java
RUN yum install -y gdb
1 change: 1 addition & 0 deletions jessie/Dockerfile
@@ -1,3 +1,4 @@
FROM debian:jessie
RUN apt-get update
RUN apt-get install -y git g++ make vim default-jre
RUN apt-get install -y gdb
1 change: 1 addition & 0 deletions stretch/Dockerfile
@@ -1,3 +1,4 @@
FROM debian:stretch
RUN apt-get update
RUN apt-get install -y git g++ make vim default-jre
RUN apt-get install -y gdb
1 change: 1 addition & 0 deletions wheezy/Dockerfile
@@ -1,3 +1,4 @@
FROM debian:wheezy
RUN apt-get update
RUN apt-get install -y git g++ make vim default-jre
RUN apt-get install -y gdb

0 comments on commit a1cedc6

Please sign in to comment.