Skip to content

Commit 197c3cc

Browse files
fix: including build-essential package for s390x and powerpc64le builds
1 parent b179f89 commit 197c3cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
77

88
# Install necessary libraries and dependencies to compile nginx
99
RUN apt-get update && apt-get install -y \
10-
gcc g++ make unzip \
10+
build-essential gcc g++ make unzip \
1111
libaio-dev libc-dev libxslt1-dev libxml2-dev zlib1g-dev \
1212
libpcre3-dev libbz2-dev libssl-dev autoconf wget \
1313
lsb-release apt-transport-https ca-certificates

0 commit comments

Comments
 (0)