Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
devilAPI authored Dec 27, 2024
1 parent 4be3368 commit d3c51ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Use Navidrome as the base image
FROM deluan/navidrome:latest

# Install the necessary package to create a user
RUN apt-get update && apt-get install -y passwd

# Create a non-root user
RUN useradd -ms /bin/bash navidromeuser

Expand Down

0 comments on commit d3c51ce

Please sign in to comment.