Skip to content

Commit 6e75e94

Browse files
committed
WIP
- Dockerfile config for deployment
1 parent 6a9334a commit 6e75e94

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Dockerfile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
FROM php:7.4-apache
22

3-
# Actualizar los repositorios
3+
# Actualizar los repositorios e instalar software-properties-common
44
RUN apt-get update -y && \
5-
apt-get install -y software-properties-common
6-
7-
# Agregar repositorios adicionales
8-
RUN add-apt-repository universe && \
5+
apt-get install -y software-properties-common && \
6+
add-apt-repository universe && \
97
apt-get update -y
108

119
# Instalar las dependencias necesarias

0 commit comments

Comments
 (0)