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 6a9334a commit 6e75e94Copy full SHA for 6e75e94
Dockerfile
@@ -1,11 +1,9 @@
1
FROM php:7.4-apache
2
3
-# Actualizar los repositorios
+# Actualizar los repositorios e instalar software-properties-common
4
RUN apt-get update -y && \
5
- apt-get install -y software-properties-common
6
-
7
-# Agregar repositorios adicionales
8
-RUN add-apt-repository universe && \
+ apt-get install -y software-properties-common && \
+ add-apt-repository universe && \
9
apt-get update -y
10
11
# Instalar las dependencias necesarias
0 commit comments