diff options
author | Elizabeth Hunt <me@liz.coffee> | 2025-07-27 22:25:21 -0700 |
---|---|---|
committer | Elizabeth Hunt <me@liz.coffee> | 2025-07-27 22:36:34 -0700 |
commit | ec73128cd816c9d109dce9189823c4f7eec69d0d (patch) | |
tree | 84af9024480ab2d2446daadf39870f922ca136bf /packpub/npm | |
parent | 54a5b84522e970837ef4cc5e1f6533b18229babf (diff) | |
download | ci-ec73128cd816c9d109dce9189823c4f7eec69d0d.tar.gz ci-ec73128cd816c9d109dce9189823c4f7eec69d0d.zip |
Fixes NPM publish script
Diffstat (limited to 'packpub/npm')
-rw-r--r-- | packpub/npm/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packpub/npm/Dockerfile b/packpub/npm/Dockerfile index 48abf1b..c179655 100644 --- a/packpub/npm/Dockerfile +++ b/packpub/npm/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:stable-slim AS ci_packpub_npm +FROM debian:stable-slim AS packpub_npm RUN apt-get update \ && apt-get -y --no-install-recommends install \ |