File: builder.Dockerfile

package info (click to toggle)
shadowsocks-libev 3.3.5%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,932 kB
  • sloc: ansic: 13,971; sh: 1,339; makefile: 200; python: 111
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