mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-27 04:16:45 +01:00
add gcc image
Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
parent
ec23b72123
commit
7fa961d0e3
7
gcc/Dockerfile
Normal file
7
gcc/Dockerfile
Normal file
|
@ -0,0 +1,7 @@
|
|||
FROM debian:jessie
|
||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
gcc \
|
||||
--no-install-recommends \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
Loading…
Reference in New Issue
Block a user