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 01f3751 commit 9099a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile_pg_seafile_server
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ ENV TZ=Asia/Shanghai
# rm -rf /var/lib/apt/lists/*

RUN apt-get -y update && \
apt-get install -y --no-install-recommends sudo && \
apt-get install -y --no-install-recommends sudo libglib2.0-dev libjansson-dev libarchive-dev && \
apt-get autoremove && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 9099a5b

Please sign in to comment.