Skip to content

Commit 3942c0e

Browse files
author
yolo h8cker 93
committed
WIP(AWS): Remove docker in docker build
1 parent 1a2f552 commit 3942c0e

2 files changed

Lines changed: 0 additions & 65 deletions

File tree

aws/setup/AWSCodeClash.Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@ RUN mkdir -p /var/lib/docker /var/run/docker \
4444
&& mkdir -p /etc/docker \
4545
&& echo '{"storage-driver": "vfs", "iptables": false, "ip-masq": false, "log-driver": "json-file", "log-opts": {"max-size": "10m", "max-file": "3"}}' > /etc/docker/daemon.json
4646

47-
# Copy and run the Docker image building script
48-
COPY build_children_docker_files.sh /build_children_docker_files.sh
49-
RUN chmod +x /build_children_docker_files.sh && \
50-
/build_children_docker_files.sh
51-
5247
# Set build timestamp as environment variable
5348
ARG BUILD_TIMESTAMP
5449
ENV BUILD_TIMESTAMP=${BUILD_TIMESTAMP}

aws/setup/build_children_docker_files.sh

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
 (0)