This repository was archived by the owner on Aug 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM $HElib_tag
33ARG HElib_cmake_lists_version
44ENV container docker
55ENV HELIB_CMAKE_LISTS_VERSON=$HElib_cmake_lists_version
6- LABEL maintainer="Liz Maple <liz@uk .ibm.com>"
6+ LABEL maintainer="Gregory Boland <boland@us .ibm.com>"
77
88# Docker Container for Alpine FHE IDE and Example Code Toolkit
99
@@ -22,8 +22,9 @@ RUN yarn global add node-gyp
2222RUN yarn global add node-pty
2323RUN yarn global add code-server
2424#Install cpptools from the latest vsix version which we are pinning to because we have issues getting it to install normally - 12.03.2020 - greg
25- #Previously this was version 1.1.2 and we update to 1.4.0 - 06.02.2021 - greg
26- ADD https://github.com/microsoft/vscode-cpptools/releases/download/1.4.0/cpptools-linux.vsix /opt/IBM/FHE-Workspace/
25+ #Previously this was version 1.1.2 and we update to 1.3.1 - 06.02.2021 - greg
26+ #Note that when I try to update to 1.4.0 or 1.4.1 the cpptools plugin does not load, and there's an error on setup - 06.09.21
27+ ADD https://github.com/microsoft/vscode-cpptools/releases/download/1.3.1/cpptools-linux.vsix /opt/IBM/FHE-Workspace/
2728
2829# Create a directory to hold the VSCode user data when running as root
2930RUN mkdir -p /opt/IBM/IDE-Data
Original file line number Diff line number Diff line change 11ARG PlatformRelease
22FROM $PlatformRelease
33ENV container docker
4- LABEL maintainer="Liz Maple <liz@uk .ibm.com>"
4+ LABEL maintainer="Gregory Boland <boland@us .ibm.com>"
55
66ARG USER_ID
77# Docker Container for Alpine HElib Base
You can’t perform that action at this time.
0 commit comments