Skip to content

Commit

Permalink
Merge branch 'main' into artem/fix-docker-image
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-shelkovnikov authored Oct 16, 2024
2 parents d78af21 + fb7bd6e commit 0ccbcdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ftest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.11-slim-bookworm
# RUN apt update && apt install make
RUN apt update && apt upgrade && apt install make -y
RUN apt update && apt upgrade && apt install make git -y
COPY . /app
WORKDIR /app
RUN make clean install
Expand Down

0 comments on commit 0ccbcdb

Please sign in to comment.