Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenliang123 committed Feb 5, 2025
1 parent c551fab commit bdf7dd1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ ENV TZ=UTC
WORKDIR /app/api

RUN \
# update Debian source list
echo "deb http://deb.debian.org/debian bookworm main" > /etc/apt/sources.list \
&& apt-get update \
apt-get update \
# Install dependencies
&& apt-get install -y --no-install-recommends \
# basic environment
Expand Down

0 comments on commit bdf7dd1

Please sign in to comment.