瀏覽代碼

remove unneeded AS statements

George S. Baugh 4 年之前
父節點
當前提交
5074e5a975
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      Dockerfile
  2. 1 1
      Dockerfile.build

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM troglodyne/base:latest AS tcms
+FROM troglodyne/base:latest
 
 ARG port=5000
 LABEL description="tCMS: a Perl CMS by Troglodyne LLC"

+ 1 - 1
Dockerfile.build

@@ -1,4 +1,4 @@
-FROM ubuntu:21.04 AS base
+FROM ubuntu:21.04
 
 USER root
 RUN useradd tcms