gitpod: minor
This commit is contained in:
parent
9821c8f166
commit
fb91ff2307
@ -1,6 +1,6 @@
|
||||
FROM gitpod/workspace-full
|
||||
|
||||
USER gitpod
|
||||
USER root
|
||||
|
||||
# Update apt repositories
|
||||
RUN apt-get update
|
||||
@ -16,4 +16,4 @@ RUN apt install -y shellcheck
|
||||
RUN rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Clean-up unneeded packages
|
||||
RUN apt autoremove -y
|
||||
RUN apt autoremove -y
|
||||
|
Loading…
Reference in New Issue
Block a user