This commit is contained in:
Alexandre
2024-04-25 09:31:24 +02:00
parent fd15df8a2b
commit be876186d1

View File

@@ -26,7 +26,7 @@ ENV DEBIAN_FRONTEND="noninteractive" \
HOME="/home/abc" \
XDG_RUNTIME_DIR="/run/user/1000"
# hadolint ignore=DL3015
# hadolint ignore=DL3015,SC2016
RUN \
# Install dependencies
apt-get update -y && apt-get install gcc python3-dev git jq sudo -y && \