Skip to content

Commit

Permalink
Trying to fix regression
Browse files Browse the repository at this point in the history
Attempting to get the nominatim tests to pass after regression was identified.
  • Loading branch information
nataliejschultz committed May 13, 2024
1 parent bc2d7b6 commit fd8120c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion emission/integrationTests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
FROM ubuntu:latest

RUN apt-get update
RUN apt-get install -y curl
RUN apt-get install -y -qq curl
RUN apt-get install -y -qq git

# CHANGEME: Create the files that correspond to your configuration in the conf directory

Expand Down

0 comments on commit fd8120c

Please sign in to comment.