mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-02-06 20:19:16 +01:00
Merge pull request #48 from frioux/rust-missing-c-compiler
Add mising compiler for `jess/rust`
This commit is contained in:
commit
d95e5f8309
|
@ -2,6 +2,7 @@ FROM debian:jessie
|
|||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
build-essential \
|
||||
ca-certificates \
|
||||
curl \
|
||||
--no-install-recommends \
|
||||
|
|
Loading…
Reference in New Issue
Block a user