Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
alancleary committed Oct 31, 2022
2 parents 765af3a + 7715681 commit 24dda88
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion genes/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
FROM python:3.10-slim-buster
FROM python:3.11.0-slim-buster

# install gcc and other build requirements
RUN apt-get update && \
apt-get install -y --no-install-recommends build-essential && \
rm -rf /var/lib/apt/lists/*

WORKDIR /app

Expand Down

0 comments on commit 24dda88

Please sign in to comment.