We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b179f89 commit 197c3ccCopy full SHA for 197c3cc
Dockerfile
@@ -7,7 +7,7 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
7
8
# Install necessary libraries and dependencies to compile nginx
9
RUN apt-get update && apt-get install -y \
10
- gcc g++ make unzip \
+ build-essential gcc g++ make unzip \
11
libaio-dev libc-dev libxslt1-dev libxml2-dev zlib1g-dev \
12
libpcre3-dev libbz2-dev libssl-dev autoconf wget \
13
lsb-release apt-transport-https ca-certificates
0 commit comments