avmtrf1-tools 0.22.2 → 0.22.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6078aba43a0604a9f62e78372fa7481e82b4b8ea08c2f2cdf18c5f99c0830181
|
|
4
|
+
data.tar.gz: f318d1029c13baedf217bd1dfe9d210a499197c987737c6df699efc206b0b1e0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 474fa9e0b6ea49b56ad0223c10bbe0d640121107304e58763a65305d7b845c10c46eb5c4a7ea96a1939e668691c7ee9acb7dee5cfda297a74d7e7f57293cf346
|
|
7
|
+
data.tar.gz: 7f97a4240b49093fd54fbabc57b917949c3c4adc302f9a6dfcd0c77e3585bc008859c6907759f910570352b8a738947321bafd67f1e7f4f9c9a7ae2dd0ba5a33
|
|
@@ -84,7 +84,7 @@ RUN echo extension=pdo_oci.so > "$PHP_INI_DIR/conf.d/pdo_oci.ini"
|
|
|
84
84
|
RUN echo 'date.timezone = "America/Sao_Paulo"' >> "$PHP_INI_DIR/php.ini"
|
|
85
85
|
|
|
86
86
|
# Composer
|
|
87
|
-
RUN apt-get install -y unzip
|
|
87
|
+
RUN apt-get install -y git unzip
|
|
88
88
|
RUN curl -sS https://getcomposer.org/installer | \
|
|
89
89
|
php -- --install-dir=/usr/local/bin --filename=composer
|
|
90
90
|
|