Install docker as well
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7da2652bdd
commit
f918b88e8d
@ -7,6 +7,7 @@ ENV DEBIAN_FRONTEND noninteractive
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
build-essential \
|
||||
curl \
|
||||
libffi-dev \
|
||||
libssl-dev \
|
||||
openssh-client \
|
||||
@ -21,6 +22,9 @@ wget \
|
||||
&& rm -Rf /usr/share/doc && rm -Rf /usr/share/man \
|
||||
&& apt-get clean
|
||||
|
||||
RUN \
|
||||
curl -fsSL https://get.docker.com | bash
|
||||
|
||||
RUN \
|
||||
python3 -m pip install -U \
|
||||
pip \
|
||||
|
Loading…
Reference in New Issue
Block a user