Skip to content

Commit 479c34f

Browse files
committed
fix: dont remove sources list
1 parent de8634f commit 479c34f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/helpers/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN ls && ./jre/bin/java -classpath "./cli/*" io.supertokens.cli.Main true $@
2424

2525
FROM debian:bookworm-slim
2626
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/*
27+
RUN apt-get update && apt-get install -y --no-install-recommends gnupg dirmngr curl # && rm -rf /var/lib/apt/lists/*
2828
RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get -y install tzdata
2929
ENV GOSU_VERSION=1.7
3030

0 commit comments

Comments
 (0)