Remove commented out lines.

This commit is contained in:
Thomas E Lackey 2024-02-08 18:51:53 -06:00
parent ebb3376e2d
commit 1168a00d33

View File

@ -4,13 +4,6 @@ RUN apt update && \
apt install -y --no-install-recommends --no-install-suggests \
netcat-traditional ca-certificates curl gnupg git fuse-overlayfs iproute2 podman iptables
# Podman
#WORKDIR /tmp
#RUN curl -LO https://github.com/mgoltzsche/podman-static/releases/latest/download/podman-linux-amd64.tar.gz && \
# tar zxvf podman-linux-amd64.tar.gz && \
# cp -r podman-linux-amd64/usr podman-linux-amd64/etc / && \
# rm -rf podman-linux-amd64
# Node
ARG NODE_MAJOR=20
RUN curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg && \
@ -34,8 +27,6 @@ RUN npm config set @cerc-io:registry https://git.vdb.to/api/packages/cerc-io/npm
# symlink podman to docker
RUN ln -s $(which podman) $(dirname `which podman`)/docker
#RUN ln -s /usr/local/bin/podman /usr/bin/podman && \
# ln -s /usr/local/bin/podman /usr/bin/docker
RUN mkdir -p /srv && mkdir -p /app