Skip to content

Commit

Permalink
switch to root before installing python
Browse files Browse the repository at this point in the history
  • Loading branch information
s4ke committed Mar 26, 2024
1 parent d17635a commit e9b06ea
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
FROM solidnerd/bookstack:24.2.2-1

USER root

RUN apt-get update && apt-get install -y \
python3 \
python3-pip \
&& rm -rf /var/lib/apt/lists/*
&& rm -rf /var/lib/apt/lists/*

USER 33

0 comments on commit e9b06ea

Please sign in to comment.