mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
chore: update DIE-engine to version 3.11 in Dockerfile
This commit is contained in:
parent
347421b1cf
commit
03c77a2b85
1 changed files with 3 additions and 3 deletions
|
|
@ -2,9 +2,9 @@ FROM ubuntu:24.04
|
|||
|
||||
RUN apt update -qq && apt upgrade -y && apt install -y wget && \
|
||||
# Beta version needed to support recent signatures
|
||||
wget https://github.com/horsicq/DIE-engine/releases/download/Beta/die_3.10_Ubuntu_24.04_amd64.deb && \
|
||||
apt install -y ./die_3.10_Ubuntu_24.04_amd64.deb && \
|
||||
rm die_3.10_Ubuntu_24.04_amd64.deb && rm -rf /usr/lib/die/db
|
||||
wget https://github.com/horsicq/DIE-engine/releases/download/Beta/die_3.11_Ubuntu_24.04_amd64.deb && \
|
||||
apt install -y ./die_3.11_Ubuntu_24.04_amd64.deb && \
|
||||
rm die_3.11_Ubuntu_24.04_amd64.deb && rm -rf /usr/lib/die/db
|
||||
|
||||
# db update
|
||||
COPY ./db /usr/lib/die/db
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue