Skip to content

Commit

Permalink
feat(toolbox): add make support (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
jokesterfr committed Nov 28, 2023
1 parent 40df308 commit 16540dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV PS_FOLDER=/var/www/html

# Install base tools
RUN apk --no-cache add -U \
bash less vim geoip git tzdata zip curl jq \
bash less vim geoip git tzdata zip curl jq make \
nginx nginx-mod-http-headers-more nginx-mod-http-geoip \
nginx-mod-stream nginx-mod-stream-geoip ca-certificates \
gnu-libiconv php-common mariadb-client sudo
Expand Down
2 changes: 1 addition & 1 deletion docker/debian.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV PS_FOLDER=/var/www/html
# Install base tools
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -qqy \
bash less vim git tzdata zip unzip curl wget jq netcat-traditional ca-certificates \
bash less vim git tzdata zip unzip curl wget make jq netcat-traditional ca-certificates \
lsb-release libgnutls30 gnupg libiconv-hook1 \
nginx libnginx-mod-http-headers-more-filter libnginx-mod-http-geoip \
libnginx-mod-http-geoip libnginx-mod-stream mariadb-client sudo
Expand Down

0 comments on commit 16540dc

Please sign in to comment.