Skip to content

Commit

Permalink
Dockerfile build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
acwhite211 authored Jan 24, 2025
1 parent 502603c commit e245b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ RUN apt-get update \
python3.8-venv \
python3.8-distutils \
python3.8-dev \
default-libmysqlclient-dev \
libmariadbclient-dev \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit e245b47

Please sign in to comment.