We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a1b65e commit 65fae60Copy full SHA for 65fae60
docker/Dockerfile
@@ -2,7 +2,7 @@ FROM debian:12-slim AS hs-installer
2
WORKDIR /opt/hashistack
3
COPY . ./
4
RUN apt update \
5
- && apt install -y make sudo python3-apt apt-transport-https \
+ && apt install -y make git sudo python3-apt apt-transport-https \
6
&& rm -rf /usr/lib/python3.11/EXTERNALLY-MANAGED \
7
&& make install-requirements prepare \
8
&& touch /opt/hashistack/.is_container
0 commit comments