Skip to content

Commit

Permalink
Tweak Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
tsellers-r7 committed Jun 3, 2020
1 parent 13736aa commit 1e5c42d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM ubuntu:latest

ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update
RUN apt-get install -y \
ca-certificates \
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile.testing
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM ubuntu:18.04

ENV TEST_DIR /opt/bats_testing

ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update
RUN apt-get install -y build-essential ca-certificates curl git jq libffi-dev libgeoip-dev libxml2-dev wget zlib1g-dev

Expand Down

0 comments on commit 1e5c42d

Please sign in to comment.