Skip to content

Commit

Permalink
use local mantic repo file
Browse files Browse the repository at this point in the history
Signed-off-by: reyesj2 <[email protected]>
  • Loading branch information
reyesj2 committed Dec 12, 2024
1 parent 07b9031 commit f22367e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion so-strelka-backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,12 @@ RUN mkdir /strelka && \
cp -fr /tmp/strelka/src/python/* /strelka/ && \
cp -fr /tmp/strelka/configs/python/backend/* /etc/strelka/ && \
cp -fr /tmp/strelka/build/python/backend/pin.pref /etc/apt/preferences.d/ && \
cp -fr /tmp/strelka/build/python/backend/mantic.list /etc/apt/sources.list.d/ && \
# cp -fr /tmp/strelka/build/python/backend/mantic.list /etc/apt/sources.list.d/ && \
rm -fr /tmp/strelka && \
chown -R ${USER_UID}:${USER_GID} /var/log/strelka/

ADD mantic.list /etc/apt/sources.list.d/mantic.list

# Install build packages
RUN apt-get -q update && \
apt-get install -q -y --no-install-recommends \
Expand Down

0 comments on commit f22367e

Please sign in to comment.