generated from clearbluejar/ghidra-python-vscode-skeleton
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a8eb3a9
commit 1f8e303
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,7 +43,13 @@ jobs: | |
sudo wget -qnv https://download.opensuse.org/repositories/devel:kubic:libcontainers:stable/x${NAME}_${VERSION_ID}/Release.key -O Release.key | ||
sudo apt-key add Release.key | ||
sudo apt-get update | ||
sudo apt-get install skopeo | ||
sudo apt-get install skopeo | ||
# enables building of multi-platform images | ||
- name: Create Docker Build Instance | ||
run: | | ||
docker buildx create --use | ||
docker buildx ls | ||
- name: Build dev container image | ||
uses: devcontainers/[email protected] | ||
|