Skip to content
Snippets Groups Projects
Commit 691ea1a3 authored by Pete Prior's avatar Pete Prior
Browse files

ST-1381 Remove obsolete libmariadbclient-dev package reference

parent f83eee44
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,6 @@ RUN apt-get update && \ ...@@ -18,7 +18,6 @@ RUN apt-get update && \
curl \ curl \
file \ file \
git \ git \
libmariadbclient-dev \
libmariadbclient-dev-compat \ libmariadbclient-dev-compat \
pkg-config python3 pkg-config python3
......
...@@ -24,7 +24,7 @@ ENV DEBIAN_FRONTEND=noninteractive ...@@ -24,7 +24,7 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \ RUN apt-get update && \
apt-get -y install --no-install-recommends \ apt-get -y install --no-install-recommends \
wget sudo libxrender1 libxtst6 libxi6 \ wget sudo libxrender1 libxtst6 libxi6 \
build-essential curl file libmariadbclient-dev libmariadbclient-dev-compat pkg-config libmariadb3 python3 build-essential curl file libmariadbclient-dev-compat pkg-config libmariadb3 python3
RUN mkdir /usr/java RUN mkdir /usr/java
WORKDIR /usr/java WORKDIR /usr/java
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment