Skip to content

Commit

Permalink
netcat-openbsd
Browse files Browse the repository at this point in the history
  • Loading branch information
Blazej Fitrzyk committed Dec 6, 2024
1 parent 484c818 commit 37d7004
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [ 3.9 ]
python-version: [ 3.13 ]

services:
mysql:
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.9.20
python-version: 3.13
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY . .

RUN pip install --upgrade pip && \
apt-get update &&\
apt-get install -y --no-install-recommends gcc libc-dev python3-dev netcat &&\
apt-get install -y --no-install-recommends gcc libc-dev python3-dev netcat-openbsd &&\
pip install --no-cache-dir -r requirements.txt &&\
mkdir /app/staticfiles &&\
python manage.py collectstatic --no-input --clear &&\
Expand Down

0 comments on commit 37d7004

Please sign in to comment.