Fix typo in dockerfile
Code Quality Test / Quality-Check (push) Failing after 5s Details
Environment Setup Test / Setup (push) Successful in 1m9s Details

pull/4/head
drunkendog 2023-08-28 17:04:01 +01:00
parent 8e762f3965
commit 9249435290
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM ubuntu-22.04 FROM ubuntu:22.04
ENV DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update -y && apt-get upgrade -y && apt-get install -y ca-certificates curl gnupg lsb-release nano wget tmux htop python3 python3-pip git certbot borgbackup jq RUN apt-get update -y && apt-get upgrade -y && apt-get install -y ca-certificates curl gnupg lsb-release nano wget tmux htop python3 python3-pip git certbot borgbackup jq
CMD ["/bin/bash"] CMD ["/bin/bash"]