Skip to content

Commit fae6d3f

Browse files
committed
feat: add cargo to temporary dependencies in Dockerfile
1 parent aabddff commit fae6d3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bw/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM nginx:1.28-alpine-slim@sha256:ce2bd4775ed6859d35f47d65401ee9f35f1dd00b32ed05f0ce38b68aa1830195 AS builder
22

33
# Install temporary requirements for the dependencies
4-
RUN apk add --no-cache bash autoconf libtool automake geoip-dev g++ gcc curl-dev libxml2-dev pcre-dev make linux-headers musl-dev gd-dev gnupg brotli-dev openssl-dev patch readline-dev yajl yajl-dev yajl-tools py3-pip python3-dev
4+
RUN apk add --no-cache bash autoconf libtool automake geoip-dev g++ gcc curl-dev libxml2-dev pcre-dev make linux-headers musl-dev gd-dev gnupg brotli-dev openssl-dev patch readline-dev yajl yajl-dev yajl-tools py3-pip python3-dev cargo
55

66
WORKDIR /tmp/bunkerweb/deps
77

0 commit comments

Comments
 (0)