Skip to content

Commit cfca7ea

Browse files
Merge branch 'master' into hotfix/consumer-connect
2 parents cd4fd0c + f45c162 commit cfca7ea

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

compose/local/hasura/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM hasura/graphql-engine:v2.39.1.cli-migrations-v3
22

3-
RUN apt-get update \
3+
RUN rm -f /etc/apt/sources.list.d/microsoft-prod.list \
4+
&& apt-get update \
45
&& apt-get install -y --no-install-recommends curl \
56
&& apt-get clean \
67
&& rm -rf /var/lib/apt/lists/*

compose/production/hasura/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM hasura/graphql-engine:v2.39.1.cli-migrations-v3
22

3-
RUN apt-get update \
3+
RUN rm -f /etc/apt/sources.list.d/microsoft-prod.list \
4+
&& apt-get update \
45
&& apt-get install -y --no-install-recommends curl \
56
&& apt-get clean \
67
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)