Skip to content

Commit

Permalink
Clean whitespace, comments
Browse files Browse the repository at this point in the history
  • Loading branch information
akarve committed Sep 3, 2021
1 parent a1d2712 commit 6c532c8
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
FROM amazon/aws-lambda-python:3.8

# Need to set "ulimit -n" to a small value to stop yum from hanging:
# https://bugzilla.redhat.com/show_bug.cgi?id=1715254#c1
# See the following for installing 3.8 via yum on amazon-linux
# https://techviewleo.com/how-to-install-python-on-amazon-linux/
RUN ulimit -n 1024 && yum -y update && yum -y install \
git \
gcc \
jq \
nano \
unzip \
zip \
&& yum clean all
git \
gcc \
jq \
nano \
unzip \
zip \
&& yum clean all

COPY requirements.txt quilt/requirements.txt

Expand Down

0 comments on commit 6c532c8

Please sign in to comment.