Adding sudo and base libraries to ubuntu.
This commit is contained in:
parent
c75213effb
commit
4ce1f1f109
11
Dockerfile
11
Dockerfile
@ -1,6 +1,17 @@
|
||||
# base
|
||||
FROM ubuntu:22.04
|
||||
|
||||
# Update Package
|
||||
RUN apt-get update
|
||||
# Install apt-utils
|
||||
RUN apt-get install -y --no-install-recommends apt-utils
|
||||
# Install Sudo
|
||||
RUN apt-get -y install sudo
|
||||
# Install Curl
|
||||
RUN apt-get -y install curl
|
||||
# Install VIM
|
||||
RUN apt-get -y install vim
|
||||
|
||||
# set the github runner version
|
||||
ARG RUNNER_VERSION="2.311.0"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user