No curl on debian slim
This commit is contained in:
parent
151193905a
commit
f46b4bee99
@ -3,8 +3,8 @@ FROM debian
|
|||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
ENV LANG C.UTF-8
|
ENV LANG C.UTF-8
|
||||||
|
|
||||||
RUN curl -sSL https://deb.nodesource.com/setup_12.x | bash - && \
|
RUN apt-get update && apt-get -y upgrade && apt-get install curl && \
|
||||||
apt-get -y upgrade && \
|
curl -sSL https://deb.nodesource.com/setup_12.x | bash - && \
|
||||||
apt-get -y install python3 python3-pip locales nodejs \
|
apt-get -y install python3 python3-pip locales nodejs \
|
||||||
python3-flask python3-flask-sqlalchemy python3-flask-httpauth python3-flaskext.wtf \
|
python3-flask python3-flask-sqlalchemy python3-flask-httpauth python3-flaskext.wtf \
|
||||||
python3-pymysql python3-requests python3-bs4 python3-dotenv && \
|
python3-pymysql python3-requests python3-bs4 python3-dotenv && \
|
||||||
|
Reference in New Issue
Block a user