Skip to content

Instantly share code, notes, and snippets.

@kakoni
Created February 3, 2022 09:26
Show Gist options
  • Save kakoni/7ee70f5271a67ff71729d9c33f323e92 to your computer and use it in GitHub Desktop.
Save kakoni/7ee70f5271a67ff71729d9c33f323e92 to your computer and use it in GitHub Desktop.
Autotune docker
FROM node:12-alpine
RUN apk add git jq bash sudo curl coreutils
WORKDIR /app
RUN git clone -b dev git://github.com/openaps/oref0.git .
RUN npm install
RUN cd bin && ./create_symlinks.sh
ENV PATH="/app/bin:$PATH"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment