Skip to content

Commit

Permalink
libmariadb-dev package needed in both images
Browse files Browse the repository at this point in the history
  • Loading branch information
zediious committed Nov 1, 2023
1 parent 16537d5 commit 1a5ad85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile-prod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM continuumio/miniconda3:latest as build_image

# Install host dependencies
RUN apt update
RUN apt install libmariadb-dev -y
RUN apt install gcc -y

# Copy and install environment
Expand Down

0 comments on commit 1a5ad85

Please sign in to comment.