Loading server_side/Dockerfile +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 Loading Loading
server_side/Dockerfile +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 Loading