Skip to content

Commit

Permalink
Merge branch 'python38' of https://github.com/quiltdata/lambda into p…
Browse files Browse the repository at this point in the history
…ython38
  • Loading branch information
akarve committed Sep 4, 2021
2 parents 002ff79 + 6c532c8 commit 013cb30
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 013cb30

Please sign in to comment.