Skip to content

Commit

Permalink
add netcat-openbsd to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pushyamig committed Nov 8, 2024
1 parent 431dfed commit 2f65de5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 49 deletions.
48 changes: 0 additions & 48 deletions dockerfiles/Dockerfile.openshift

This file was deleted.

2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ FROM python:3.10-slim-bookworm AS main

RUN apt-get update && \
apt-get install -y --no-install-recommends \
build-essential default-libmysqlclient-dev netcat vim-tiny jq python3-dev git supervisor curl && \
build-essential default-libmysqlclient-dev netcat-openbsd vim-tiny jq python3-dev git supervisor curl && \
apt-get upgrade -y && \
apt-get clean -y && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 2f65de5

Please sign in to comment.