Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
规范dockerfile的写法:
1.ENV采用大写
2.MAINTAINER已经被弃用,改用LABEL

Signed-off-by: xiaobo <[email protected]>
  • Loading branch information
ruishawn committed Mar 12, 2024
1 parent da51388 commit f965e16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM ubuntu:22.04
MAINTAINER Knownsec 404 Team
LABEL maintainer="Knownsec 404 Team"

ARG version
env DEBIAN_FRONTEND=noninteractive
ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update \
&& apt-get install -y \
Expand Down

0 comments on commit f965e16

Please sign in to comment.