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

ST-1381 Remove python package that is missing in 22.04

parent f33847b7
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ RUN apt-get update && \
git \
libmariadbclient-dev \
libmariadbclient-dev-compat \
pkg-config python python3
pkg-config python3
# build and install tangoidl
......
......@@ -24,7 +24,7 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
apt-get -y install --no-install-recommends \
wget sudo libxrender1 libxtst6 libxi6 \
build-essential curl file libmariadbclient-dev libmariadbclient-dev-compat pkg-config python libmariadb3 python3
build-essential curl file libmariadbclient-dev libmariadbclient-dev-compat pkg-config libmariadb3 python3
RUN mkdir /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