Skip to content

MUCAer/standard-environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

standard-environment

Docker-Image-Publish

How to use?

You can use the docker image machineplay/gcc10-standard-env on the dockerhub directly.
Or you can just build you own image use the docker file by docker build:

docker build -t your-image-name .

It also support docker compose, use the docker-compose.yml directly:

//start the environment
docker compose up -d 
//jail into the container 
docker exec -ti container_name /bin/bash

What tools the docker file has?

  • include a standard Ubuntu 20.04 system
  • cmake
  • build-essential
  • bison
  • flex
  • vim
  • make
  • git
  • gcc-10
  • g++-10
  • psmisc
  • libncurses5-dev
  • zlib1g-dev
  • python3
  • autoconf
  • automake
  • libtool
  • curl
  • unzip
  • cmake
  • tarscpp

About

standard environment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors