Skip to content

Commit

Permalink
Merge pull request duo-labs#892 from chrisjohnson00/issue-890
Browse files Browse the repository at this point in the history
fix: docker container did not build issue-890
  • Loading branch information
0xdabbad00 authored Dec 5, 2021
2 parents 136945a + 2d961b5 commit 21136e8
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 21136e8

Please sign in to comment.