Skip to content

Commit

Permalink
less whitespace change
Browse files Browse the repository at this point in the history
  • Loading branch information
akarve committed Jul 30, 2020
1 parent bb25359 commit c53360f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ FROM amazonlinux:2018.03
# Need to set "ulimit -n" to a small value to stop yum from hanging:
# https://bugzilla.redhat.com/show_bug.cgi?id=1715254#c1
RUN ulimit -n 1024 && yum -y update && yum -y install \
git \
gcc \
python36 \
python36-pip \
python36-devel \
jq \
nano \
unzip \
zip \
&& yum clean all
git \
gcc \
python36 \
python36-pip \
python36-devel \
jq \
nano \
unzip \
zip \
&& yum clean all

COPY requirements.txt quilt/requirements.txt

Expand Down

0 comments on commit c53360f

Please sign in to comment.