Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielss4ntos authored Jan 19, 2024
1 parent 991d6bf commit 46006cb
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,19 +1 @@
FROM alpine:latest

# Instala as bibliotecas vulneráveis
RUN apk add --no-cache \
httpd \
openssh-client \
php7-common \
php7-cli \
php7-cgi \
php7-curl \
php7-json \
php7-mbstring \
php7-openssl@1.1.1k-r3 \
php7-pdo \
php7-phar \
php7-xml \
mysql-client@8.0.29-r0 \
java-openjdk@17.0.3-r0 \
nodejs@16.13.0-r0
FROM nginx:latest

0 comments on commit 46006cb

Please sign in to comment.