Skip to content

Commit

Permalink
Update Dockerfile.kubernetes
Browse files Browse the repository at this point in the history
  • Loading branch information
adalundhe authored Feb 10, 2024
1 parent 340c5d9 commit f244ad6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions kubernetes/Dockerfile.kubernetes
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ ARG USERNAME=vscode
# Install needed packages and setup non-root user. Use a separate RUN statement to add your own dependencies.
COPY kubernetes/library-scripts/*.sh /tmp/library-scripts/

RUN mkdir -p /etc/apt
COPY resources/sources.list /etc/apt/sources.list

RUN apt-get update && /bin/bash /tmp/library-scripts/common-debian.sh "true" "${USERNAME}" "${UPGRADE_PACKAGES}" "true" "true" \
&& /bin/bash /tmp/library-scripts/docker-debian.sh "true" "/var/run/docker-host.sock" "/var/run/docker.sock" "${USERNAME}" "${USE_MOBY}" \
RUN /bin/bash /tmp/library-scripts/docker-debian.sh "true" "/var/run/docker-host.sock" "/var/run/docker.sock" "${USERNAME}" "${USE_MOBY} \
&& /bin/bash /tmp/library-scripts/kubectl-helm-debian.sh "latest" "latest" "none" \
&& apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/* /tmp/library-scripts/

Expand Down

0 comments on commit f244ad6

Please sign in to comment.