github.phpd.cn/thought-machine/please@v12.2.0+incompatible/tools/images/test/Dockerfile (about)

     1  FROM alpine:3.6
     2  MAINTAINER peter.ebden@gmail.com
     3  
     4  RUN apk update && apk add bash
     5  
     6  # Having the dynamic linker under this name makes it easier for x86-64-linux-gnu
     7  # binaries to work.
     8  RUN ln -s /lib/ld-musl-x86_64.so.1 /lib/ld-linux-x86-64.so.2 && ln -s /lib /lib64