Skip to content

Commit

Permalink
🤖 TEST: gitpod internal fix for #46 cannot start apache
Browse files Browse the repository at this point in the history
  • Loading branch information
apolopena committed Mar 4, 2021
1 parent 2ea5670 commit 9898b4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gitpod/workspace-mysql
FROM aledbf/workspace-mysql:04032021

USER gitpod

Expand Down Expand Up @@ -29,7 +29,7 @@ RUN sudo bash -c ". /tmp/update-composer.sh" && rm /tmp/update-composer.sh

# gitpod trick to bypass the docker caching mechanism for all lines below this one
# just increment the value each time you want to bypass the cache system
ENV INVALIDATE_CACHE=122
ENV INVALIDATE_CACHE=123

COPY --chown=gitpod:gitpod bash/utils.sh /tmp
COPY --chown=gitpod:gitpod starter.ini /tmp
Expand Down

0 comments on commit 9898b4d

Please sign in to comment.