fixed missing sudo in the openvscodeserver build
This commit is contained in:
parent
f82904efac
commit
cfddfcc8d1
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
FROM gitpod/openvscode-server:latest
|
FROM gitpod/openvscode-server:latest
|
||||||
|
|
||||||
# Install APT packages
|
# Install APT packages
|
||||||
RUN apt-get update
|
RUN sudo apt-get update
|
||||||
RUN apt-get install -y \
|
RUN sudo apt-get install -y \
|
||||||
python3.11 \
|
python3.11 \
|
||||||
python3.11-dev \
|
python3.11-dev \
|
||||||
python3.11-venv \
|
python3.11-venv \
|
||||||
|
|
Loading…
Reference in a new issue