mirror of
https://github.com/SourceFellows/gobuch.git
synced 2025-08-05 14:12:16 +02:00
initial import
This commit is contained in:
12
cloud-provider/aws-beanstak-sample/Dockerfile
Normal file
12
cloud-provider/aws-beanstak-sample/Dockerfile
Normal file
@ -0,0 +1,12 @@
|
||||
FROM ubuntu
|
||||
|
||||
RUN apt-get update && apt-get install \
|
||||
build-essential zlib1g-dev libssl-dev libncurses-dev \
|
||||
libffi-dev libsqlite3-dev libreadline-dev libbz2-dev git curl wget -y
|
||||
|
||||
WORKDIR /opt/
|
||||
RUN git clone https://github.com/aws/aws-elastic-beanstalk-cli-setup.git
|
||||
|
||||
RUN ./aws-elastic-beanstalk-cli-setup/scripts/bundled_installer
|
||||
|
||||
ENV PATH="/root/.ebcli-virtual-env/executables:/root/.pyenv/versions/3.7.2/bin:$PATH"
|
Reference in New Issue
Block a user