File: builder.Dockerfile

package info (click to toggle)
shadowsocks-libev 3.3.5%2Bds-10
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,288 kB
  • sloc: ansic: 14,048; sh: 1,339; makefile: 197; 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