There was an error while loading. Please reload this page.
2 parents cd4fd0c + f45c162 commit cfca7eaCopy full SHA for cfca7ea
2 files changed
compose/local/hasura/Dockerfile
@@ -1,6 +1,7 @@
1
FROM hasura/graphql-engine:v2.39.1.cli-migrations-v3
2
3
-RUN apt-get update \
+RUN rm -f /etc/apt/sources.list.d/microsoft-prod.list \
4
+ && apt-get update \
5
&& apt-get install -y --no-install-recommends curl \
6
&& apt-get clean \
7
&& rm -rf /var/lib/apt/lists/*
compose/production/hasura/Dockerfile
0 commit comments