fable 3.0.38 → 3.0.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "optOut": false,
3
- "lastUpdateCheck": 1684097390274
3
+ "lastUpdateCheck": 1684770952405
4
4
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "numericVersion": 10000,
3
3
  "releaseNotes": "https://vscode-sqltools.mteixeira.dev/changelog#v-1-0-0",
4
- "run": 1684161985272,
4
+ "run": 1684770900715,
5
5
  "updated": false,
6
6
  "version": "1.0.0",
7
7
  "lastNotificationDate": 0,
@@ -8,7 +8,6 @@ VOLUME /home/coder/.vscode
8
8
  RUN echo "...installing debian dependencies..."
9
9
  RUN sudo apt update
10
10
  RUN sudo apt install vim curl tmux -y
11
- RUN sudo apt install default-mysql-server default-mysql-client -y
12
11
 
13
12
  RUN echo "Building development image..."
14
13
 
@@ -55,6 +54,7 @@ RUN code-server --install-extension mtxr.sqltools-driver-mysql
55
54
  # RUN code-server --install-extension daylerees.rainglow
56
55
 
57
56
  RUN echo "...configuring mariadb (mysql) server...."
57
+ RUN sudo apt install default-mysql-server default-mysql-client -y
58
58
  RUN sudo sed -i "s|bind-address|#bind-address|g" /etc/mysql/mariadb.conf.d/50-server.cnf
59
59
  ADD ./retold-harness/MySQL-Security.sql /home/coder/MySQL-Configure-Security.sql
60
60
  ADD ./retold-harness/MySQL-Laden-Entry.sh /usr/bin/MySQL-Laden-Entry.sh