Add curl to the container so that the run script doesn't need to install it each time.
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
FROM node:lts-slim
|
||||
|
||||
# Cache System Dependencies
|
||||
RUN apt-get update && apt-get install -y git php-cli sudo
|
||||
RUN apt-get update && apt-get install -y git php-cli sudo curl
|
||||
|
||||
# Cache Node Dependencies
|
||||
RUN mkdir -p /var/www/api
|
||||
|
Reference in New Issue
Block a user