chore: initialize empty repository with no tracked files or changes
This commit is contained in:
parent
e802a1d3ed
commit
7546fe476c
@ -15,7 +15,9 @@ RUN apt-get update -y && \
|
|||||||
libssl-dev \
|
libssl-dev \
|
||||||
libjson-c-dev \
|
libjson-c-dev \
|
||||||
libsqlite3-dev \
|
libsqlite3-dev \
|
||||||
python3-dev \
|
libtinfo-dev \
|
||||||
|
libgnutls-dev \
|
||||||
|
&& apt-get install -y python3-dev \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user