File: builder.Dockerfile

package info (click to toggle)
shadowsocks-libev 3.2.5%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,956 kB
  • sloc: ansic: 15,146; sh: 1,374; makefile: 203; python: 109
file content (8 lines) | stat: -rw-r--r-- 263 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
# Alpine with China mirror
FROM alpine
MAINTAINER wener <wenermail@gmail.com>

# Better for cache and dev
RUN apk add --no-cache --virtual .build-deps \
    alpine-sdk cmake \
    linux-headers libev-dev libsodium-dev mbedtls-static mbedtls-dev pcre-dev udns-dev