mirror of
https://git.verdigado.com/NB-Public/simple-wkd.git
synced 2024-12-04 19:32:53 +01:00
Fix missing dependency
This commit is contained in:
parent
c41a52216a
commit
8cf300d322
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,8 @@ FROM ${base}
|
|||
|
||||
# The final image uses user `wkd` for added security
|
||||
WORKDIR /wkd
|
||||
RUN adduser --no-create-home --disabled-password wkd && \
|
||||
RUN apk add --no-cache libgcc && \
|
||||
adduser --no-create-home --disabled-password wkd && \
|
||||
chown -R wkd:wkd /wkd
|
||||
USER wkd
|
||||
COPY --from=webpage-builder assets assets
|
||||
|
|
Loading…
Reference in a new issue