-
-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e0c151e
commit e6e11da
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ FROM debian:12.7 as awsbuilder | |
ENV DEBIAN_FRONTEND noninteractive | ||
|
||
RUN apt-get update && \ | ||
apt-get install -y --no-install-recommends ca-certificates=20230311 curl=7.88.1-10+deb12u7 && \ | ||
apt-get install -y --no-install-recommends ca-certificates=20230311 curl=7.88.1-10+deb12u8 && \ | ||
rm -rf /var/lib/apt/lists/* | ||
|
||
RUN curl -O "https://s3.amazonaws.com/amazoncloudwatch-agent/ubuntu/$(dpkg --print-architecture)/latest/amazon-cloudwatch-agent.deb" && \ | ||
|
@@ -71,7 +71,7 @@ RUN apk add --no-cache --virtual .builddeps \ | |
zip \ | ||
&& wget https://github.com/FriendsOfPHP/pickle/releases/download/v0.7.11/pickle.phar -O /usr/local/bin/pickle \ | ||
&& chmod +x /usr/local/bin/pickle \ | ||
&& pickle install yaml@2.1.0 --defaults --no-interaction \ | ||
&& pickle install yaml@2.2.4 --defaults --no-interaction \ | ||
&& pickle install [email protected] --defaults --no-interaction \ | ||
&& ln -nfs /usr/local/etc/php/php.ini-production /usr/local/etc/php/php.ini | ||
|
||
|