mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-06-07 16:41:55 +00:00
8 lines
121 B
Docker
8 lines
121 B
Docker
FROM alpine:3.7
|
|
|
|
MAINTAINER Newnius <newnius.cn@gmail.com>
|
|
|
|
RUN apk add --no-cache bash
|
|
|
|
ADD shadowsocks-local /usr/bin/
|