File tree 2 files changed +22
-0
lines changed
2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Copyright 2020-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+ #
3
+ # Licensed under the Amazon Software License (the "License"). You may not use this file except in compliance with the License.
4
+ # A copy of the License is located at
5
+ #
6
+ # http://aws.amazon.com/asl/
7
+ #
8
+ # or in the "license" file accompanying this file.
9
+ # This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied.
10
+ # See the License for the specific language governing permissions and limitations under the License.
11
+
1
12
FROM ubuntu:18.04 AS core
2
13
3
14
ENV DEBIAN_FRONTEND="noninteractive"
Original file line number Diff line number Diff line change
1
+ # Copyright 2020-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+ #
3
+ # Licensed under the Amazon Software License (the "License"). You may not use this file except in compliance with the License.
4
+ # A copy of the License is located at
5
+ #
6
+ # http://aws.amazon.com/asl/
7
+ #
8
+ # or in the "license" file accompanying this file.
9
+ # This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied.
10
+ # See the License for the specific language governing permissions and limitations under the License.
11
+
1
12
FROM ubuntu:20.04 AS core
2
13
3
14
ARG DEBIAN_FRONTEND="noninteractive"
You can’t perform that action at this time.
0 commit comments