Skip to content

Instantly share code, notes, and snippets.

View mjohngreene's full-sized avatar

John Greene mjohngreene

  • Houston, TX
  • 03:19 (UTC -05:00)
View GitHub Profile
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "C++ Launch",
"type": "cppdbg",
"request": "launch",
### Keybase proof
I hereby claim:
* I am mjohngreene on github.
* I am mjohngreene (https://keybase.io/mjohngreene) on keybase.
* I have a public key ASBS-FE63opksQO4Upfk0jTp8Nw0ivshmKsyCZYOipBTNQo
To claim this, I am signing this object:
@mjohngreene
mjohngreene / Dockerfile
Created September 9, 2019 17:53
Dockerfile for Azure IoT SDK for Python v2
FROM ubuntu:18.04
# Update image
SHELL ["/bin/bash", "-c"]
ENV DEBIAN_FRONTEND=noninteractive
# install python, tools, libs, etc.
RUN apt-get update && apt-get install -y apt-transport-https
RUN apt-get update && apt-get install -y sudo cmake build-essential curl libcurl4-openssl-dev \