We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de8634f commit 479c34fCopy full SHA for 479c34f
.github/helpers/docker/Dockerfile
@@ -24,7 +24,7 @@ RUN ls && ./jre/bin/java -classpath "./cli/*" io.supertokens.cli.Main true $@
24
25
FROM debian:bookworm-slim
26
RUN groupadd supertokens && useradd -m -s /bin/bash -g supertokens supertokens
27
-RUN apt-get update && apt-get install -y --no-install-recommends gnupg dirmngr curl && rm -rf /var/lib/apt/lists/*
+RUN apt-get update && apt-get install -y --no-install-recommends gnupg dirmngr curl # && rm -rf /var/lib/apt/lists/*
28
RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get -y install tzdata
29
ENV GOSU_VERSION=1.7
30
0 commit comments