using apt-get instead apt like hadolint recommend it
This commit is contained in:
parent
d8644e1fa6
commit
c76d4dd11b
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
FROM ubuntu:22.04
|
FROM ubuntu:22.04
|
||||||
|
|
||||||
RUN apt update && \
|
RUN apt-get update && \
|
||||||
apt install -y nano mc micro rsync ncdu git curl
|
apt-get install -y nano mc micro rsync ncdu git curl
|
||||||
COPY ./bin/ /usr/local/bin
|
COPY ./bin/ /usr/local/bin
|
||||||
|
|
||||||
ENTRYPOINT ["sleep", "infinity"]
|
ENTRYPOINT ["sleep", "infinity"]
|
||||||
|
Loading…
Reference in New Issue
Block a user