Skip to content

Commit 65fae60

Browse files
committed
missing dep for offline build
1 parent 9a1b65e commit 65fae60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM debian:12-slim AS hs-installer
22
WORKDIR /opt/hashistack
33
COPY . ./
44
RUN apt update \
5-
&& apt install -y make sudo python3-apt apt-transport-https \
5+
&& apt install -y make git sudo python3-apt apt-transport-https \
66
&& rm -rf /usr/lib/python3.11/EXTERNALLY-MANAGED \
77
&& make install-requirements prepare \
88
&& touch /opt/hashistack/.is_container

0 commit comments

Comments
 (0)