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

ST-1381 add python3 dependency

parent a3ef6a0a
Branches
Tags
No related merge requests found
......@@ -4,7 +4,7 @@
# binaries.
#
ARG CAR_OCI_REGISTRY_HOST
ARG BUILD_IMAGE="${CAR_OCI_REGISTRY_HOST}/ska-tango-images-tango-dependencies:9.3.5"
ARG BUILD_IMAGE="${CAR_OCI_REGISTRY_HOST}/ska-tango-images-tango-dependencies:9.3.10"
ARG BASE_IMAGE="ubuntu:20.04"
FROM $BUILD_IMAGE as buildenv
......@@ -20,7 +20,7 @@ RUN apt-get update && \
git \
libmariadbclient-dev \
libmariadbclient-dev-compat \
pkg-config python
pkg-config python python3
# build and install tangoidl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment