Update debian.Dockerfile

This commit is contained in:
Kreyren 2020-02-24 05:40:54 +01:00 committed by GitHub
parent df79df178b
commit dcae2fa992
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -2,14 +2,13 @@ FROM debian:latest
# FIXME: Outputs `gitpod@ws-ce281d58-997b-44b8-9107-3f2da7feede3:/workspace/gitpod-tests1$` in terminal
# FIXME: Add hadolint executable
# FIXME: We can use /bin/sh instead of /bin/bash to get minor optimization
# To avoid bricked workspaces (https://github.com/gitpod-io/gitpod/issues/1171)
ARG DEBIAN_FRONTEND=noninteractive
USER root
SHELL ["/bin/sh"]
ENV LANG=en_US.UTF-8
ENV LC_ALL=C
@ -35,4 +34,4 @@ RUN if ! grep -qF 'ix()' /etc/bash.bashrc; then printf '%s\n' \
"ix() { curl -F 'f:1=<-' ix.io 2>/dev/null ;}" \
>> /etc/bash.bashrc; fi
USER gitpod
USER gitpod