Skip to content

Commit

Permalink
Merge branch 'main' of github.com:universetech-inc/php74-fpm-image
Browse files Browse the repository at this point in the history
  • Loading branch information
albertcht committed Mar 17, 2023
2 parents ade02b5 + d6478b9 commit 44ca99c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get -y update && apt-get install -qq git curl libmcrypt-dev libjpeg-dev libpng-dev libfreetype6-dev libbz2-dev libzip-dev \
libonig-dev libcurl4-openssl-dev autoconf libssl-dev pkg-config libmpdec-dev procps vim iputils-ping tmux htop unzip

RUN curl -LO https://releases.hashicorp.com/vault/1.13.0/vault_1.13.0_linux_amd64.zip

RUN unzip vault_1.13.0_linux_amd64.zip

RUN mv vault /usr/local/bin/

# CRON POD 需要的
RUN apt-get install -qq cron

Expand Down

0 comments on commit 44ca99c

Please sign in to comment.