Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 428 Bytes

README.md

File metadata and controls

36 lines (19 loc) · 428 Bytes

docker-ubuntu-go-node

Dockerfile to create a linux image with golang, nodejs, and some useful utilities

Build command

docker build -t ubuntu-go-node:latest .

The image is also publicly available on dockerhub:

alext234/ubuntu-go-node

Some utilities installed:

  • go

  • go dlv debugger

  • node

  • serverless framework

  • docker

  • docker-compose

  • aws cli

  • jq (useful for processing json output)