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 d3c51ce commit 768249d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# 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
# Install necessary package to create a user (for Alpine, use apk)
RUN apk update && apk add --no-cache shadow

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

0 comments on commit 768249d

Please sign in to comment.