Update Dockerfile

This commit is contained in:
Box In a Box 2022-02-02 19:38:34 +05:30 committed by GitHub
parent db3dcb0f7a
commit e71b0cdf7b
Signed by untrusted user: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM boxinaclosedbox/ubuntu-web-terminal:latest
RUN apt-get update && apt-get upgrade -y
ENV DEBIAN_FRONTEND=noninteractive