Update dockerfile to speed up debugging
This commit is contained in:
@@ -6,8 +6,8 @@ ENV DEBIAN_FRONTEND=noninteractive
|
|||||||
|
|
||||||
# Install system dependencies
|
# Install system dependencies
|
||||||
RUN apt update && \
|
RUN apt update && \
|
||||||
apt install -y apt-transport-https && \
|
apt-get install -y --no-install-recommends libc-bin apt-transport-https && \
|
||||||
apt install -y git \
|
apt install -y --no-install-recommends git \
|
||||||
curl \
|
curl \
|
||||||
python3 \
|
python3 \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
|
|||||||
Reference in New Issue
Block a user