Skip to content
Snippets Groups Projects
Commit 2d66b0ac authored by Corné Lukken's avatar Corné Lukken
Browse files

L2SS-951: Sudo set debconf

parent 81a99db5
No related branches found
No related tags found
1 merge request!423L2SS-951: Disable site-packages and install pytango in tox
...@@ -4,7 +4,7 @@ FROM ${SOURCE_IMAGE} ...@@ -4,7 +4,7 @@ FROM ${SOURCE_IMAGE}
# What how tango ignores all of this anyway... # What how tango ignores all of this anyway...
ARG DEBIAN_FRONTEND=noninteractive ARG DEBIAN_FRONTEND=noninteractive
ARG DEBCONF_NONINTERACTIVE_SEEN=true ARG DEBCONF_NONINTERACTIVE_SEEN=true
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections RUN echo 'debconf debconf/frontend select Noninteractive' | sudo debconf-set-selections
RUN sudo apt-get update && sudo apt-get install -y git g++ gcc shellcheck graphviz python3-dev libboost-python-dev libtango-dev pkg-config && sudo apt-get clean RUN sudo apt-get update && sudo apt-get install -y git g++ gcc shellcheck graphviz python3-dev libboost-python-dev libtango-dev pkg-config && sudo apt-get clean
......
...@@ -166,7 +166,7 @@ if [ ! -z "${1+x}" ] && [ "${1}" != "pull" ]; then ...@@ -166,7 +166,7 @@ if [ ! -z "${1+x}" ] && [ "${1}" != "pull" ]; then
docker pull "${local_url}:latest" || true docker pull "${local_url}:latest" || true
fi fi
make build "${1}" make build "${1}" || exit 1
docker tag "${2}" "${local_url}:${tag}" || docker tag "${2/_/-}" "${local_url}:${tag}" docker tag "${2}" "${local_url}:${tag}" || docker tag "${2/_/-}" "${local_url}:${tag}"
docker push "${local_url}:${tag}" docker push "${local_url}:${tag}"
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment