Skip to content
Snippets Groups Projects
Commit b488b5f3 authored by Mark Harding's avatar Mark Harding
Browse files

(fix): bring back awscli for production

parent 6249bb43
No related branches found
No related tags found
Loading
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment