Skip to content

Commit

Permalink
Create docker-gcc4
Browse files Browse the repository at this point in the history
  • Loading branch information
johto89 authored Jul 16, 2024
1 parent db867a1 commit 20cc37c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docker-gcc4
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
FROM ubuntu:14.04
MAINTAINER Byran Wills-Heath <[email protected]>

RUN apt-get update
RUN apt-get upgrade -y

RUN apt-get -y install software-properties-common
RUN add-apt-repository ppa:ubuntu-toolchain-r/test
RUN apt-get update

RUN apt-get install -y build-essential

RUN apt-get install -y g++-4.9

0 comments on commit 20cc37c

Please sign in to comment.