-1

I'm trying to make my Alpine instance more secure by installing AIDE but it doesn't seem to be in the repos:

#apk add aide
fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz
ERROR: unsatisfiable constraints:
  aide (missing):
    required by: world[aide]
The command '/bin/sh -c apk add aide' returned a non-zero code: 1

Is there a way to install it in Alpine?

Gerald Schneider
  • 19,757
  • 8
  • 52
  • 79
user3333099
  • 39
  • 2
  • 6

1 Answers1

0

There is currently no package for AIDE available in the Alpine repositories.

IMHO AIDE is not a good fit to run inside a Docker container.

Henrik Pingel
  • 8,676
  • 2
  • 24
  • 38