11 lines
269 B
Docker
11 lines
269 B
Docker
# Dockerfile
|
|
#
|
|
# Linux development environment
|
|
#
|
|
# Extend the tecnickcom/alldev image defined in
|
|
# https://github.com/tecnickcom/alldev
|
|
# ------------------------------------------------------------------------------
|
|
|
|
FROM tecnickcom/alldev
|
|
MAINTAINER info@tecnick.com
|