Skip to content

Commit

Permalink
Reverting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
byjg committed Jul 20, 2022
1 parent 31a3019 commit 7df9080
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .gitpod/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
# You can find the new timestamped tags here: https://hub.docker.com/r/gitpod/workspace-full/tags
FROM byjg/php:8.1-base
FROM gitpod/workspace-full:latest

WORKDIR /workspace

RUN adduser gitpod gitpod -h /home/gitpod -s /bin/sh -D -u 33333 \
&& apk add --no-cache sudo \
&& echo "gitpod ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/gitpod \
&& chmod 0440 /etc/sudoers.d/gitpod

USER gitpod
RUN sudo install-packages php-xdebug

0 comments on commit 7df9080

Please sign in to comment.