Created
February 3, 2022 09:26
-
-
Save kakoni/7ee70f5271a67ff71729d9c33f323e92 to your computer and use it in GitHub Desktop.
Autotune docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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