File: builder.Dockerfile

package info (click to toggle)
shadowsocks-libev 3.3.6%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,192 kB
  • sloc: ansic: 15,474; sh: 3,518; python: 452; makefile: 25
file content (8 lines) | stat: -rw-r--r-- 264 bytes parent folder | download
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 pcre2-dev udns-dev