Skip to content
Snippets Groups Projects
Commit 0239a570 authored by Matteo Di Carlo's avatar Matteo Di Carlo
Browse files

ST-1381 add python3 in dependency

parent 99f8f7d2
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ RUN apt-get update && \ ...@@ -20,7 +20,7 @@ RUN apt-get update && \
git \ git \
libmariadbclient-dev \ libmariadbclient-dev \
libmariadbclient-dev-compat \ libmariadbclient-dev-compat \
pkg-config python python3 pkg-config python
# build and install tangoidl # build and install tangoidl
......
...@@ -20,7 +20,7 @@ RUN apt-get update && \ ...@@ -20,7 +20,7 @@ RUN apt-get update && \
apt-get -y install --no-install-recommends \ apt-get -y install --no-install-recommends \
autoconf automake build-essential ca-certificates \ autoconf automake build-essential ca-certificates \
curl libkrb5-dev libtool pkg-config unzip \ curl libkrb5-dev libtool pkg-config unzip \
cmake python3-dev python3-pkgconfig cmake python3-dev python3-pkgconfig python3
RUN mkdir /usr/src/zeromq RUN mkdir /usr/src/zeromq
WORKDIR /usr/src/zeromq WORKDIR /usr/src/zeromq
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment