Skip to content

Commit

Permalink
further separating test
Browse files Browse the repository at this point in the history
  • Loading branch information
lovehunter9 committed Dec 26, 2024
1 parent faf716a commit 01f3751
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile_pg_seafile_server
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ ENV TZ=Asia/Shanghai
# apt-get clean && \
# rm -rf /var/lib/apt/lists/*

RUN apt-get -y update && \
apt-get install -y --no-install-recommends sudo && \
apt-get autoremove && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*


COPY --from=builder /usr/local/lib/ /usr/local/lib/
COPY --from=builder /usr/local/bin/ /usr/local/bin/
Expand Down

0 comments on commit 01f3751

Please sign in to comment.