Skip to content

Commit 155ad3a

Browse files
authored
Add more programs to install to container
1 parent a68582c commit 155ad3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zappadock/zappadock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
1818
# Additional RUN commands here
1919
RUN yum clean all
20-
RUN yum install -y which clang cmake python-devel python3-devel amazon-linux-extras
20+
RUN yum install -y which clang cmake python-devel python3-devel amazon-linux-extras gcc openssl-devel bzip2-devel libffi-devel wget tar gzip make
2121
2222
RUN echo 'virtualenv -p python3 ./zappa-venv >/dev/null' >> /root/.bashrc
2323
RUN echo 'source ./zappa-venv/bin/activate >/dev/null' >> /root/.bashrc

0 commit comments

Comments
 (0)