prefix is now /opt/homebrew
as opposed to Intel
using $(brew --prefix)
was slowing down my terminal to a degree, hence a static path approach
end up loading both as still having both styles
# Zsh search path for executable
path=(
chmod a=rwX,o+t /tmp -R |
String.new("Aaah FUUUU ".gsub(/[[:space:]]+/, "") |
app@9a5c03fbb7b4:~/bimeio$ free | |
total used free shared buffers cached | |
Mem: 65960436 27498668 38461768 710252 50208 1079160 | |
-/+ buffers/cache: 26369300 39591136 | |
Swap: 0 0 0 | |
app@9a5c03fbb7b4:~/bimeio$ free -m | |
total used free shared buffers cached | |
Mem: 64414 26854 37559 693 49 1053 | |
-/+ buffers/cache: 25751 38662 | |
Swap: 0 0 0 |
1. having one layer for each languages among scala, ruby, node, elixir | |
2. having at least two bases in *Alpine Linux* and why not *slim* (Debian) |
# Chromium | |
https://bugs.alpinelinux.org/issues/8197 | |
https://github.com/kouhin/alpine-node-chromium/blob/master/Dockerfile | |
https://github.com/rastasheep/alpine-node-chromium | |
# FF | |
https://github.com/karma-runner/karma-firefox-launcher/issues/76 | |
https://hub.docker.com/r/leafney/alpine-selenium-firefox/~/dockerfile/ |
FROM openjdk:8u151-jre-alpine | |
ENV SCALA_VERSION=2.12.4 \ | |
SCALA_HOME=/usr/share/scala | |
# 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 && \ | |
apk add --no-cache bash curl jq && \ | |
cd "/tmp" && \ | |
wget --no-verbose "https://downloads.typesafe.com/scala/${SCALA_VERSION}/scala-${SCALA_VERSION}.tgz" && \ |
I hereby claim:
To claim this, I am signing this object:
{ | |
"name": "my-app", | |
"version": "1.0.0", | |
"description": "My test app", | |
"main": "src/js/index.js", | |
"scripts": { | |
"jshint:dist": "jshint src/js/*.js'", | |
"jshint": "npm run jshint:dist", | |
"jscs": "jscs src/*.js", | |
"browserify": "browserify -s Validating -o ./dist/js/build.js ./lib/index.js", |