Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akoidan committed May 27, 2023
1 parent 238f070 commit e05841f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kubernetes/DockerfileOldBackend
Expand Up @@ -12,7 +12,8 @@ RUN apk add --no-cache --virtual .build-deps \
python3-dev \
python3 \
py3-pip \
jpeg-dev
jpeg-dev \
bash
COPY ./backend/requirements.txt ./
COPY ./download_content.sh ./download_content.sh

Expand Down

0 comments on commit e05841f

Please sign in to comment.