Fix CI
continuous-integration/drone/push Build is failing Details

main
Félix MIELCAREK 11 months ago
parent d6975349a9
commit 041df42f26

@ -5,7 +5,8 @@ RUN apt-get update && \
apt-get install -y python3 python3-pip && \
rm -rf /var/lib/apt/lists/*
RUN apt-get install -y tree
RUN apt-get update && \
apt-get install -y tree
# Set working directory inside the container
WORKDIR /usr/src/app

Loading…
Cancel
Save