chore: Run apt upgrade in appsmith image (#12431)
This commit is contained in:
parent
cf318fc542
commit
e013c562a0
10
Dockerfile
10
Dockerfile
|
|
@ -10,10 +10,12 @@ ENV LANG C.UTF-8
|
|||
ENV LC_ALL C.UTF-8
|
||||
|
||||
# Update APT packages - Base Layer
|
||||
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
|
||||
supervisor curl cron certbot nginx gnupg wget netcat openssh-client \
|
||||
software-properties-common gettext openjdk-11-jre \
|
||||
python3-pip python-setuptools git \
|
||||
RUN apt-get update \
|
||||
&& apt-get upgrade --yes \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
|
||||
supervisor curl cron certbot nginx gnupg wget netcat openssh-client \
|
||||
software-properties-common gettext openjdk-11-jre \
|
||||
python3-pip python-setuptools git \
|
||||
&& add-apt-repository ppa:redislabs/redis \
|
||||
&& pip install --no-cache-dir git+https://github.com/coderanger/supervisor-stdout@973ba19967cdaf46d9c1634d1675fc65b9574f6e \
|
||||
&& apt-get remove -y git python3-pip \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user