We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77bd9e2 commit 1863341Copy full SHA for 1863341
Dockerfile
@@ -1,5 +1,7 @@
1
FROM ubuntu:24.04
2
3
+RUN apt-get update && apt-get install -y glibc-tools
4
+
5
RUN useradd -m -s /bin/bash -u 6081 acoustid
6
7
ADD zig-out/bin/fpindex /usr/bin
0 commit comments