Skip to content

Commit

Permalink
Singer Source Template: fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
keu committed Jun 20, 2021
1 parent e60f536 commit ad703e4
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,7 +1,7 @@
FROM python:3.7-slim

# Bash is installed for more convenient debugging.
RUN apt-get update && apt-get install -y bash && apt-get install gcc && rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get install -y bash && apt-get install -y gcc && rm -rf /var/lib/apt/lists/*

WORKDIR /airbyte/integration_code
COPY source_{{snakeCase name}}_singer ./source_{{snakeCase name}}_singer
Expand Down

0 comments on commit ad703e4

Please sign in to comment.