Skip to content

Commit

Permalink
fix: docker container did not build issue-890
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjohnson00 committed Nov 12, 2021
1 parent 4df9fd7 commit 2d961b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /opt/cloudmapper
ENV AWS_DEFAULT_REGION=us-east-1

RUN apt-get update -y
RUN apt-get install -y build-essential autoconf automake libtool python3.7-dev python3-tk jq awscli
RUN apt-get install -y build-essential autoconf automake libtool python3-tk jq awscli
RUN apt-get install -y bash

COPY . /opt/cloudmapper
Expand Down

0 comments on commit 2d961b5

Please sign in to comment.