@peccul is peccu

(love peccu '(emacs lisp cat outdoor bicycle mac linux coffee))

2022-12-17から1日間の記事一覧

Dockerfileでbashの新しいものを用意する

tl;dr FROM amazon/aws-cli:latest as build RUN yum update -y \ && yum install -y make gcc tar gzip # bash 5.2 for zoxide <Space>+<Tab> ENV VER_bash=5.2 RUN yum install -y ncurses-devel RUN curl -O http://ftp.gnu.org/gnu/bash/bash-${VER_bash}.tar.gz \ &</tab></space>…