Commit 1cfe472e authored by Yann Garcia's avatar Yann Garcia
Browse files

Align virtualization/docker-dev/Dockerfile.stfubuntu with the other ETSI projects

parent d1a0274e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
FROM ubuntu:22.04
FROM ubuntu:20.04

LABEL ETSI CTI
LABEL description="STF Docker Ubuntu image"
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ if [ "$1" == "--force-stfubuntu" ]; then
fi
# Check and build stfubuntu image
if [ -z `docker images -q stfubuntu` ]; then
    docker build --no-cache --tag stfubuntu:22.04 -f Dockerfile.stfubuntu --force-rm  . || exit 1
    docker build --no-cache --tag stfubuntu:20.04 -f Dockerfile.stfubuntu --force-rm  . || exit 1
fi

docker build --no-cache --tag mec_devel --force-rm  . || ( echo "Docker build failed: $?"; exit 1 )