Skip to content

Commit ccf25a9

Browse files
committed
Add install uv step
1 parent 535dc9b commit ccf25a9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Resources/docker/app/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ COPY --from=builder /usr/local/bin /usr/local/bin
3131

3232
ADD . /code/
3333

34+
# Install UV
35+
RUN apk add --no-cache curl
36+
RUN curl -LsSf https://astral.sh/uv/install.sh | sh
37+
3438
RUN addgroup -g 1000 -S pokeapi && \
3539
adduser -u 1000 -S pokeapi -G pokeapi
3640
USER pokeapi

0 commit comments

Comments
 (0)