Skip to content

Commit

Permalink
Adding dig
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbyt3r committed May 17, 2023
1 parent d205843 commit 982ef0d
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 @@ -3,7 +3,7 @@ MAINTAINER RAMS Project "code@magfest.org"
LABEL version.rams-core ="0.1"

# install ghostscript and gettext-base
RUN apt-get update && apt-get install -y ghostscript gettext-base vim && rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get install -y ghostscript dnsutils gettext-base vim && rm -rf /var/lib/apt/lists/*

ADD requirements*.txt plugins/uber/
ADD setup.py plugins/uber/
Expand Down

0 comments on commit 982ef0d

Please sign in to comment.