Skip to content

Commit

Permalink
* versiones
Browse files Browse the repository at this point in the history
  • Loading branch information
sinfallas committed Dec 7, 2024
1 parent 041a6d9 commit fb6f774
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
5 changes: 0 additions & 5 deletions Dockerfile

This file was deleted.

5 changes: 5 additions & 0 deletions Dockerfile20
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM node:20-slim
RUN mkdir /app
WORKDIR /app
RUN apt update -qq && apt-get -y dist-upgrade && apt -y --no-install-recommends --no-install-suggests install awscli wget nano curl git && apt-get clean && apt -y autoremove && rm -rf /var/lib/{apt,dpkg,cache,log}
RUN npm install -g ionic
5 changes: 5 additions & 0 deletions Dockerfile22
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM node:22-slim
RUN mkdir /app
WORKDIR /app
RUN apt update -qq && apt-get -y dist-upgrade && apt -y --no-install-recommends --no-install-suggests install awscli wget nano curl git && apt-get clean && apt -y autoremove && rm -rf /var/lib/{apt,dpkg,cache,log}
RUN npm install -g @ionic/cli
5 changes: 5 additions & 0 deletions Dockerfile23
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM node:23-slim
RUN mkdir /app
WORKDIR /app
RUN apt update -qq && apt-get -y dist-upgrade && apt -y --no-install-recommends --no-install-suggests install awscli wget nano curl git && apt-get clean && apt -y autoremove && rm -rf /var/lib/{apt,dpkg,cache,log}
RUN npm install -g @ionic/cli
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# base-node-ionic

A node 20 Docker image with ionic.
A node Docker image with ionic. The tag corresponds to the node version

List of installed packages:

Expand Down

0 comments on commit fb6f774

Please sign in to comment.