File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- dist : focal
16- group : vpc
15+ dist : jammy
16+ group : jammy-beta
1717sudo : required
1818
1919services :
Original file line number Diff line number Diff line change 1515# See the License for the specific language governing permissions and
1616# limitations under the License.
1717sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 7EA0A9C3F273FCD8
18- sudo add-apt-repository " deb [arch=$ARCH ] https://download.docker.com/linux/ubuntu $( lsb_release -cs) stable"
18+ sudo add-apt-repository -y " deb [arch=$ARCH ] https://download.docker.com/linux/ubuntu $( lsb_release -cs) stable"
1919sudo apt update
2020sudo apt -y install docker-ce pass
2121
You can’t perform that action at this time.
0 commit comments