Skip to content

Commit

Permalink
attempting 3.10-slim
Browse files Browse the repository at this point in the history
Signed-off-by: Duncan Ragsdale <88173870+Thistleman@users.noreply.github.com>
  • Loading branch information
Thistleman committed May 2, 2024
1 parent edb5c99 commit 6cf1a2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ EXPOSE 5000
FROM base as python-deps

RUN apt-get update -qq && apt-get install -y ssh git openssl bash
# Install required system dependencies including Nginx
RUN apt-get install -y libpq-dev python3-psycopg2 mariadb-client postgresql-client
RUN apt-get install -y python3-dev default-libmysqlclient-dev build-essential
RUN apt-get upgrade -y openssl bash dash

# require a private key to access private github repositories
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile.worker
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ FROM python:3.10-slim as base
SHELL ["/bin/bash", "-c"]

RUN apt-get update -qq && apt-get install -y ssh git bash
RUN apt-get install -y libpq-dev python3-psycopg2 mariadb-client postgresql-client
RUN apt-get install -y python3-dev default-libmysqlclient-dev build-essential
RUN apt-get upgrade -y bash dash

# require a private key to access private github repositories
Expand Down

0 comments on commit 6cf1a2a

Please sign in to comment.