Skip to content

Instantly share code, notes, and snippets.

View ndobryanskyy's full-sized avatar

Dobrianskyi Nikita ndobryanskyy

View GitHub Profile
@ndobryanskyy
ndobryanskyy / Dockerfile
Created December 5, 2018 20:27
Ubuntu based Docker image capable of running AWS SAM CLI tests
FROM ubuntu
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
software-properties-common \
python-dev \
python-pip \
build-essential \
git \
libssl-dev \