Skip to content

Instantly share code, notes, and snippets.

View nsiregar's full-sized avatar
:shipit:
go go go power rangers

Ngalim Siregar nsiregar

:shipit:
go go go power rangers
View GitHub Profile
FROM ubuntu:bionic
ENV DEBIAN_FRONTEND=noninteractive
# tools you need to build MRI
RUN apt-get update && apt-get install -y tzdata git ruby autoconf bison gcc make zlib1g-dev libffi-dev libreadline-dev libgdbm-dev libssl-dev build-essential