Skip to content

Commit

Permalink
chore: Update Dockerfiles to fix workspace directory name
Browse files Browse the repository at this point in the history
  • Loading branch information
cbluebird committed Sep 10, 2024
1 parent 3b95b69 commit f59e2a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Language/go/1.22.5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN curl -O https://dl.google.com/go/go1.22.5.linux-amd64.tar.gz && \
echo 'export GOPATH=/go' >> /root/.bashrc && \
echo 'export PATH=$PATH:/usr/local/go/bin:/go/bin' >> /root/.bashrc && \
chmod -R 777 /go && \
chown -R sealos:sealos /home/sealos/worspace && \
chown -R sealos:sealos /home/sealos/workspace && \
chmod -R u+rw /home/sealos/workspace

ENV GOPATH=/go
Expand Down
2 changes: 1 addition & 1 deletion Language/go/1.23.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN curl -O https://dl.google.com/go/go1.23.0.linux-amd64.tar.gz && \
echo 'export GOPATH=/go' >> /root/.bashrc && \
echo 'export PATH=$PATH:/usr/local/go/bin:/go/bin' >> /root/.bashrc && \
chmod -R 777 /go && \
chown -R sealos:sealos /home/sealos/worspace && \
chown -R sealos:sealos /home/sealos/workspace && \
chmod -R u+rw /home/sealos/workspace

ENV GOPATH=/go
Expand Down

0 comments on commit f59e2a0

Please sign in to comment.