I hereby claim:
- I am kgiann78 on github.
- I am kgiannousis (https://keybase.io/kgiannousis) on keybase.
- I have a public key ASBr9ZKYugJOnZtE40NCLzUv5JWclRx2cpKVL0DsY2iCEAo
To claim this, I am signing this object:
# Adds the ssh passphrase once in the session | |
# works in ubuntu/debian | |
eval `ssh-agent -s` | |
ssh-add ~/path/to/.ssh/private/key |
FROM alpine:3.9 | |
# VERSIONS | |
ENV ALPINE_VERSION=3.9 \ | |
PYTHON_VERSION=3.6.9 | |
RUN apk add --no-cache \ | |
gmp-dev | |
# skip installing gem documentation |
FROM openjdk:8-jdk-alpine | |
ENV SCALA_VERSION=2.12.4 \ | |
SCALA_HOME=/usr/share/scala | |
ENV SBT_VERSION 1.2.8 | |
ENV SBT_HOME /usr/local/sbt | |
ENV PATH ${PATH}:${SBT_HOME}/bin | |
# NOTE: bash is used by scala/scalac scripts, and it cannot be easily replaced with ash. | |
RUN apk add --no-cache --virtual=.build-dependencies wget ca-certificates && \ |
I hereby claim:
To claim this, I am signing this object: