Skip to content
Next
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Backend - Engine
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
294
Merge Requests
37
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Backend - Engine
Commits
b488b5f3
Commit
b488b5f3
authored
just now
by
Mark Harding
Browse files
Options
Download
(fix): bring back awscli for production
parent
6249bb43
master
No related merge requests found
Pipeline
#94039765
running with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
containers/php/Dockerfile
View file @
b488b5f3
...
...
@@ -82,6 +82,10 @@ RUN apk add --no-cache --virtual build-deps \
&&
apk del build-deps
\
&&
rm
-rf
$INSTALL_DIR
# Install awscli (downstream containers require for the moment)
RUN
apk update
&&
apk add
--no-cache
py-pip
&&
pip
install
--upgrade
pip
&&
pip
install
awscli
# PHP INI
COPY
php.ini /usr/local/etc/php/
COPY
opcache.ini /usr/local/etc/php/conf.d/opcache-recommended.ini
...
...
This diff is collapsed.
Please
register
or
sign in
to comment