mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-08-26 05:41:49 +00:00
added back clean
This commit is contained in:
parent
c8431ee75d
commit
3e78cc1955
@ -5,7 +5,7 @@ FROM ubuntu:20.04
|
|||||||
|
|
||||||
# Install twister-core
|
# Install twister-core
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y iproute2 git autoconf libtool build-essential libboost-all-dev libssl-dev libdb++-dev libminiupnpc-dev automake
|
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y iproute2 git autoconf libtool build-essential libboost-all-dev libssl-dev libdb++-dev libminiupnpc-dev automake && apt-get clean
|
||||||
RUN git clone https://github.com/miguelfreitas/twister-core.git
|
RUN git clone https://github.com/miguelfreitas/twister-core.git
|
||||||
COPY . /twister-core
|
COPY . /twister-core
|
||||||
RUN cd twister-core && \
|
RUN cd twister-core && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user