Commit e226a520 authored by Yakubov, Sergey's avatar Yakubov, Sergey
Browse files

set ubuntu version to 22.04

parent 2b6fd74f
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
FROM ubuntu:latest AS no2fa
FROM ubuntu:22.04 AS no2fa

RUN apt-get update && apt-get install -y ssh libpam-python  curl python2 sudo
RUN curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output get-pip.py && python2 get-pip.py