Skip to content

Commit

Permalink
fix(dev): Update dev environment
Browse files Browse the repository at this point in the history
  • Loading branch information
GoetzGoerisch committed Jul 6, 2023
1 parent 54400c8 commit fda63df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

image: gitpod/workspace-full:2023-03-24-22-45-37
# hadolint ignore=DL3007
image: gitpod/workspace-full:latest

tasks:
- init: npm install --location=global opcua-commander && sudo apt update && sudo apt -yy install yamllint && pip install cmakelang
Expand Down

0 comments on commit fda63df

Please sign in to comment.