Skip to content

Commit 8c5f623

Browse files
committed
/usr/local change
1 parent 564b1f2 commit 8c5f623

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM ghcr.io/lescai-teaching/bigdata-rstudio:1.4.0 as build
22

33
FROM jupyter/r-notebook:ubuntu-22.04 as main
44

5-
COPY --from=build /usr/lib/ /usr/lib/
5+
COPY --from=build /usr/local/ /usr/local/
66

77
USER root
88

.devcontainer/build_command.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ docker buildx build \
22
--label org.opencontainers.image.title=rstudio-container \
33
--label org.opencontainers.image.description='RStudio Docker-based container' \
44
--label org.opencontainers.image.url=https://github.com/AstraBert/rstudio-container \
5-
--label org.opencontainers.image.source=https://github.com/AstraBert/rstudio-container --label org.opencontainers.image.version=0.0.0 \
6-
--label org.opencontainers.image.created=2024-04-23T11:39:11.393Z \
5+
--label org.opencontainers.image.source=https://github.com/AstraBert/rstudio-container --label org.opencontainers.image.version=0.1.0 \
6+
--label org.opencontainers.image.created=2024-04-24T11:39:11.393Z \
77
--label org.opencontainers.image.licenses=MIT \
88
--platform linux/amd64 \
99
--tag ghcr.io/astrabert/rstudio-container:latest \
10-
--tag ghcr.io/astrabert/rstudio-container:0.0.0 \
1110
--push .

0 commit comments

Comments
 (0)