@akanjs/cli 0.9.30 → 0.9.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cjs/index.js +0 -1
- package/esm/index.js +0 -1
- package/package.json +1 -1
package/cjs/index.js
CHANGED
|
@@ -806,7 +806,6 @@ RUN apt install -y git redis build-essential python3 ca-certificates fonts-liber
|
|
|
806
806
|
ARG TARGETARCH
|
|
807
807
|
RUN if [ "$TARGETARCH" = "amd64" ]; then wget https://fastdl.mongodb.org/tools/db/mongodb-database-tools-debian92-x86_64-100.3.1.deb && apt install -y ./mongodb-database-tools-*.deb && rm -f mongodb-database-tools-*.deb; fi
|
|
808
808
|
${preRunScripts.join("\n")}
|
|
809
|
-
RUN rm -rf /var/lib/apt/lists/*
|
|
810
809
|
RUN mkdir -p /workspace
|
|
811
810
|
WORKDIR /workspace
|
|
812
811
|
COPY ./package.json ./package.json
|
package/esm/index.js
CHANGED
|
@@ -786,7 +786,6 @@ RUN apt install -y git redis build-essential python3 ca-certificates fonts-liber
|
|
|
786
786
|
ARG TARGETARCH
|
|
787
787
|
RUN if [ "$TARGETARCH" = "amd64" ]; then wget https://fastdl.mongodb.org/tools/db/mongodb-database-tools-debian92-x86_64-100.3.1.deb && apt install -y ./mongodb-database-tools-*.deb && rm -f mongodb-database-tools-*.deb; fi
|
|
788
788
|
${preRunScripts.join("\n")}
|
|
789
|
-
RUN rm -rf /var/lib/apt/lists/*
|
|
790
789
|
RUN mkdir -p /workspace
|
|
791
790
|
WORKDIR /workspace
|
|
792
791
|
COPY ./package.json ./package.json
|