Gitpod: Stubbed the blockers
The docker's caching is resulting in an unexpected behavior
This commit is contained in:
parent
b70b06e2fe
commit
10138de993
@ -1,18 +1,18 @@
|
||||
FROM debian:latest
|
||||
|
||||
# Blocked by https://github.com/gitpod-io/gitpod/issues/39
|
||||
COPY gitpod/scripts/root-access.sh /usr/bin/root-access
|
||||
RUN true "5g5fdhsfd" \
|
||||
&& chmod +x /usr/bin/root-access \
|
||||
&& /usr/bin/root-access \
|
||||
&& rm /usr/bin/root-access
|
||||
# # Blocked by https://github.com/gitpod-io/gitpod/issues/39
|
||||
# COPY gitpod/scripts/root-access.sh /usr/bin/root-access
|
||||
# RUN true "5g5fdhsfd" \
|
||||
# && chmod +x /usr/bin/root-access \
|
||||
# && /usr/bin/root-access \
|
||||
# && rm /usr/bin/root-access
|
||||
|
||||
# Blocked by https://github.com/gitpod-io/gitpod/issues/1265
|
||||
COPY gitpod/scripts/vm-support.sh /usr/bin/vm-support
|
||||
RUN true "8g7as2dga7" \
|
||||
&& chmod +x /usr/bin/vm-support \
|
||||
&& /usr/bin/vm-support \
|
||||
&& rm /usr/bin/vm-support
|
||||
# # Blocked by https://github.com/gitpod-io/gitpod/issues/1265
|
||||
# COPY gitpod/scripts/vm-support.sh /usr/bin/vm-support
|
||||
# RUN true "8g7as2dga7" \
|
||||
# && chmod +x /usr/bin/vm-support \
|
||||
# && /usr/bin/vm-support \
|
||||
# && rm /usr/bin/vm-support
|
||||
|
||||
# FIXME: Outputs `gitpod@ws-ce281d58-997b-44b8-9107-3f2da7feede3:/workspace/gitpod-tests1$` in terminal
|
||||
# FIXME: Add hadolint executable
|
||||
|
Loading…
Reference in New Issue
Block a user