Skip to content

Commit f82e277

Browse files
committed
remove empty continuation lines
1 parent ff2803e commit f82e277

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile.base

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ FROM lambdalinux/baseimage-amzn:2017.03-004
55

66
RUN \
77
yum -y update; \
8-
# python 3.6
98
yum install -y python36-devel python36-pip; \
109
pip-3.6 install boto3 pytest; \
1110
pip-3.6 install --upgrade pip; \
12-
# python 2.7
1311
yum install -y python27-devel python27-pip; \
1412
pip-2.7 install boto3 pytest; \
1513
pip-2.7 install --upgrade pip; \

0 commit comments

Comments
 (0)