Cleanup apt-get command

This commit is contained in:
Tilman 2025-10-05 22:23:32 +02:00
parent 3b7447f6ce
commit 51051cb22d

View file

@ -2,6 +2,7 @@ FROM denoland/deno:ubuntu-2.5.2
EXPOSE 8000
RUN apt-get update && apt-get install -y make zip
WORKDIR /app
@ -20,4 +21,3 @@ USER deno
RUN deno cache --reload main.ts
CMD ["run", "--allow-all", "main.ts"]
RUN apt-get update && apt-get install -y make zip